What's the best way to reinstall node.js?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Oct 16 '10 at 3:41
|
If you've already installed node, then add a a |
|||
|
|
|
If you are going to reinstall you might as well allow for multiple versions, so I would highly recommend NVM |
|||
|
|
|
Assuming you pulled and built from source, you can follow the above examples. If you installed Node though apt-get, you can try something like this:
or
|
|||
|
|