Skip to content

Instantly share code, notes, and snippets.

@jaredreich
Created September 6, 2018 17:03
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 jaredreich/6deacada96bf4a5ea692ca37fb0fd311 to your computer and use it in GitHub Desktop.
Save jaredreich/6deacada96bf4a5ea692ca37fb0fd311 to your computer and use it in GitHub Desktop.
How to uninstall n
sudo n prune
sudo npm uninstall -g n
sudo rm -r /usr/local/n
sudo rm /usr/local/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment