Skip to content

Instantly share code, notes, and snippets.

@rex
Created August 5, 2014 11:16
Show Gist options
  • Save rex/35975e2a38d24bd8f663 to your computer and use it in GitHub Desktop.
Save rex/35975e2a38d24bd8f663 to your computer and use it in GitHub Desktop.
Completely uninstall Node.js and NPM from a Mac/*Nix machine
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