Completely uninstall Node.js on Mac OSX

suggest change

In Terminal on your Mac operating system, enter the following 2 commands:

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.*

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents