How do you uninstall node.js using the cmd line in linux?
feedback
|
|
Run 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. | |||||
feedback
|
|
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:
| |||||||||||
feedback
|
|
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 | ||||
|
feedback
|
|
if you want to just update node, there's a neat updater too https://github.com/creationix/nvm to use,
| |||
|
feedback
|