Uninstall node js on MacOs big Sur
Dalitso Kasonde
Posted on February 18, 2021
- Open your terminal
- Go to home directory
- Type
cd usr
- Type
cd local
- Type
cd include
- Type
ls
- Delete node directory by typing
sudo rm -rf node
- Go back to local directory by typing
cd ..
- Go to lib dirctory
cd lib
- Delete node_modules folder, type
sudo rm -rf node-modules
- Go to bin directory by typing
cd ..
andcd bin
- Type
sudo rm -rf node
P>S : npm and npx folders can also be deleted inside the bin folder
Node.js is successfully uninstalled
💖 💪 🙅 🚩
Dalitso Kasonde
Posted on February 18, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.