Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created November 15, 2013 21:09
Show Gist options
  • Save cgkio/7491680 to your computer and use it in GitHub Desktop.
Save cgkio/7491680 to your computer and use it in GitHub Desktop.
Installing and uninstalling node.js without NVM
$ sudo chown -R $USER /usr/local
# 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