Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created February 19, 2015 00:05
Show Gist options
  • Save dvliman/cd43db0419f400725fbd to your computer and use it in GitHub Desktop.
Save dvliman/cd43db0419f400725fbd to your computer and use it in GitHub Desktop.
uninstall-node-pkg
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