Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created January 18, 2016 16:38
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 chuck0523/360922c6da749e070eae to your computer and use it in GitHub Desktop.
Save chuck0523/360922c6da749e070eae to your computer and use it in GitHub Desktop.
$ curl -o uninstall-node.sh https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh
$ chmod u+x uninstall-node.sh
$ ./uninstall-node.sh
$ rm uninstall-node.sh
$ sudo rm -rf /usr/local/include/node
$ sudo rm -rf /usr/local/lib/dtrace
$ rm -rf ~/.node-gyp
$ rm -rf ~/.npm
$ rm -rf ~/.sourcemint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment