Created
July 10, 2015 14:37
-
-
Save zapidan/14ca24cfc36716ba5699 to your computer and use it in GitHub Desktop.
Fix NPM/Node installation issues
This file contains 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
sudo brew uninstall node | |
brew update | |
brew upgrade | |
brew cleanup | |
brew install node | |
sudo chown -R $(whoami) /usr/local | |
brew link --overwrite node | |
sudo brew postinstall node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment