kdeez
kdeez

Reputation: 711

'nvm' is not recognized - but it's installed

I'm trying to downgrade my node version to a specific version, so I installed nvm to try and help. It says in cmd that it's installed. But when I try and run any 'nvm' command, I get the error:

'nvm' is not recognized as an internal or external command

enter image description here

Here's what I'm doing. You can see at the top, 'nvm' is not recognized error.

So I try and reinstall nvm, which it says it's already installed.

However no 'nvm' commands are working. What am I doing wrong? Do I need to navigate somewhere specific to use 'nvm' commands or something? I have closed and reopened my terminal many times, and this error still occurs.

Upvotes: 0

Views: 14935

Answers (1)

peter
peter

Reputation: 593

The problem is that you're trying to install Linux version of nvm to Windows PC. You have several options here, depending on your needs:

Upvotes: 3

Related Questions