Created
November 15, 2013 21:09
-
-
Save cgkio/7491680 to your computer and use it in GitHub Desktop.
Installing and uninstalling node.js without NVM
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 chown -R $USER /usr/local |
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
# commandline uninstall of node.js (for node.js installed via nodejs.org) | |
sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment