Skip to content

Instantly share code, notes, and snippets.

@fl0w
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fl0w/711d4d26dc8a788641d0 to your computer and use it in GitHub Desktop.
Save fl0w/711d4d26dc8a788641d0 to your computer and use it in GitHub Desktop.
uninstall node from .dmg install @ mac os x
# props goes to http://stackoverflow.com/a/17203692
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