Skip to content

Instantly share code, notes, and snippets.

@jalalhejazi
Created April 27, 2013 16:42
Show Gist options
  • Save jalalhejazi/5473733 to your computer and use it in GitHub Desktop.
Save jalalhejazi/5473733 to your computer and use it in GitHub Desktop.
npm: Clean npm installation on Mac
# your terminal change to use bash profile:
source ~/.bash_profile
# clean The old npm:
curl https://npmjs.org/install.sh | sudo clean=yes sh
# ref. http://jason.pureconcepts.net/2011/12/installing-node-js-npm-redis-mac-os-x/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment