Uninstall Nodemac

[Solved] Uninstall Nodemac | Shell - Code Explorer | yomemimo.com
Question : brew uninstall node

Answered by : long-lyrebird-8xblhw0dcb78

brew uninstall node;
which node;
sudo rm -rf /usr/local/bin/node;
sudo rm -rf /usr/local/lib/node_modules/npm/;
brew doctor;
brew cleanup --prune-prefix;

Source : https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x | Last Update : Wed, 21 Oct 20

Question : uninstall nodemac

Answered by : louis-odhiambo

If you installed node using Homebrew, go to Applications > Utilities and launch Terminal, then type the following command:
brew uninstall --force node
That will uninstall node and all of its components.

Source : https://macpaw.com/how-to/uninstall-node-mac | Last Update : Wed, 05 Oct 22

Answers related to uninstall nodemac

Code Explorer Popular Question For Shell