Skip to content

Instantly share code, notes, and snippets.

@zeroedin
Last active August 29, 2015 14:07
Show Gist options
  • Save zeroedin/7c63133aa1c4719abb89 to your computer and use it in GitHub Desktop.
Save zeroedin/7c63133aa1c4719abb89 to your computer and use it in GitHub Desktop.
Manually Uninstall Node JS on OSX

Manually Uninstall Node JS on OSX

Sourced from StackOverflow Question

  1. rm -rf /usr/local/lib/node_modules
  2. rm -rf /usr/local/include/node
  3. rm /usr/local/bin/node
  4. rm /usr/local/lib/dtrace/node.d
  5. rm /usr/local/share/man/man1/node.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment