How do you uninstall node.js using the cmd line in linux?
|
Running Then run This is all that is added by Node.JS.
Now the only thing I don't know about is npm and what it has installed. If you install npm again into a custom path that starts off empty, then you can see what it adds and then you will be able to make a list for npm similar to the above list I made for node. |
|||||||||
|
|
If you installed from source, you can issue the following command:
If you followed the instructions on https://github.com/joyent/node/wiki/Installation to install to your $HOME/local/node, then you have to type the following before the line above:
|
|||||||||||||
|
|
In Ubuntu 12.04 simply type this-> $ sudo apt-get remove nodejs it will uninstall nodejs and npm as well simple. |
|||||
|
|
To uninstall node I followed the accepted answer by @George, as I no longer have the sources, but before doing so I ran:
That seemed to get rid of npm from the system directories such as |
||||
|
|
|
if you want to just update node, there's a neat updater too https://github.com/creationix/nvm to use,
|
|||
|
|
|
after installing using the "ROCK-SOLID NODE.JS PLATFORM ON UBUNTU" script, i get this output. Which tells you how to uninstall nodejs.
|
|||
|
|