Fresh install of NVM won't work

David picture David · Aug 16, 2016 · Viewed 21k times · Source

Went to use NVM today, and I got this error.

"This is not the package you are looking for: please go to http://nvm.sh"

So I went there, and installed the new version. Installation went through, but I still get the same error when I try to run it. I deleted the .nvm folder, and tried reinstalling. Nothing is working.

Is there a way to fix this error, or another way to downgrade my version of node?

Answer

donghanji picture donghanji · Nov 22, 2016

see http://nvm.sh

Install script:

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash

after you do this, close and reopen your terminal.