How to Completely Uninstall Nodejs, npm and node in Ubuntu

sudo apt-get remove nodejs
sudo apt-get remove npm

Then go to /etc/apt/sources.list.d and remove any node list if you have. Then do a

sudo apt-get update

Check for any .npm or .node folder in your home folder and delete those.

How to Completely Uninstall Nodejs, npm and node in Ubuntu
Scroll to top