I have Nodejs
installed in my Mac, but I did it the regular way. One of the requirements in my new job, is to install node with something named NVM
, so, what is the recommended way to uninstall Node, and re-install it with the NVM
stuff?
Asked
Active
Viewed 123 times
-1

Reece Kenney
- 2,734
- 3
- 24
- 57

Non
- 8,409
- 20
- 71
- 123
1 Answers
1
To install it on a VPS
:
curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | bash

Reece Kenney
- 2,734
- 3
- 24
- 57