Last active
November 28, 2017 17:12
-
-
Save itsmikita/c54efcef946a80ccbb7b317f3270b10a to your computer and use it in GitHub Desktop.
Completely uninstall Node.js on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -rf /usr/local/lib/node_modules | |
sudo rm -rf /usr/local/include/node | |
sudo rm -rf /usr/local/bin/node | |
sudo rm -rf /usr/local/bin/npm | |
sudo rm -rf /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