To fix Node Version Manager (NVM) not recognized on Windows?, we’ve to install it.
To install it, we download nvm from https://github.com/coreybutler/nvm-windows/releases.
Then we pick nvm-setupp.zip from the page.
We then unzip the file and click on the installer.
Finally, we run nvm to check if it’s installed.
Then we run nvm install 10 to install Node 10.
We run node -v to check the node version.
We check the installed versions with nvm list.
And we use nvm use 10 to use Node version 10.