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.
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.
Copyright © 2021 Jogjafile Inc.
Just to check, did you try node-v? If yes, you miss the space.
The right command should be
node -vornode --version.