Skip to content

Instantly share code, notes, and snippets.

@zapidan
Created July 10, 2015 14:37
Show Gist options
  • Save zapidan/14ca24cfc36716ba5699 to your computer and use it in GitHub Desktop.
Save zapidan/14ca24cfc36716ba5699 to your computer and use it in GitHub Desktop.
Fix NPM/Node installation issues
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