Created
April 27, 2013 16:42
-
-
Save jalalhejazi/5473733 to your computer and use it in GitHub Desktop.
npm: Clean npm installation on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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