How can I completely uninstall nodejs, npm and node in Ubuntu [closed]

The Question is similar to How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X) but for Ubuntu, and just for uninstalling.

Installation was done by: sudo apt-get install node

How do I completely remove npm along with all libraries, packages and any other files installed by npm on my system, via e.g. npm install -g @vue/cli?

I do plan to reinstall npm afterwards.

7 Answers
7

Leave a Comment