I installed node through nvm-windows but the command 'node-v' does not exist

338 Views Asked by At

I installed node through nvm-windows but the command 'node-v' does not exist, I did command 'nvm use 18.12.1', That tips is “Now using node v18.12.1”. It means i had installed successed ?

I expect node to install successfully.

1

There are 1 best solutions below

1
Saumus On

Just to check, did you try node-v? If yes, you miss the space.

The right command should be node -v or node --version.