Last active
August 29, 2015 14:10
-
-
Save milosmatic/9ea6f5eb0176c1586327 to your computer and use it in GitHub Desktop.
Reinstall Node on Mac OS X
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
rm -rf /usr/local/lib/node_modules | |
brew uninstall node | |
brew install node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment