DEV Community

Clive Da
Clive Da

Posted on

err msg of the day : "this is not the nvm you are looking for!"

the are a lot of version of node and nvm to choose from

try typing

$ nvm -v 

if you get the error message

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

you need to reinstall a local updated version as per http://nvm.sh

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash 

then run

nvm --version 

if the reinstall worked you should see

$ nvm --version 0.35.2 

see also

Top comments (0)