Uninstall Node.JS using Linux command line?

For Ubuntu 12.04:

sudo apt-get remove nodejs

This will uninstall nodejs as well as npm.

Leave a Comment