Skip to content

Instantly share code, notes, and snippets.

@christophior
Created January 11, 2016 23: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 christophior/e2395c2751c4d7ff580f to your computer and use it in GitHub Desktop.
Save christophior/e2395c2751c4d7ff580f to your computer and use it in GitHub Desktop.
Remove everything to do with node and npm on a mac
lsbom -f -l -s -pf /var/db/receipts/org.nodejs.pkg.bom | while read f; do sudo rm /usr/local/${f}; done
sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.*
# download new version of node from https://nodejs.org/en/download/releases/ and install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment