Created
February 19, 2015 00:05
-
-
Save dvliman/cd43db0419f400725fbd to your computer and use it in GitHub Desktop.
uninstall-node-pkg
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
if you installed node pkg from official website, here is how to uninstall | |
sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.* | |
sudo rm -rf /usr/local/include/node /Users/$USER/.npm | |
sudo rm /usr/local/bin/node | |
sudo rm /usr/local/share/man/man1/node.1 | |
brew install node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment