-1

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?

Reece Kenney
  • 2,734
  • 3
  • 24
  • 57
Non
  • 8,409
  • 20
  • 71
  • 123

1 Answers1

1

To install it on a VPS:

curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | bash

Read more here

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