how to install specific version of node in windows code example
Example 1: node install specific version
nvm install v10.15 //v10.15 is a version i want.
Example 2: use a specific version of node
nvm use {Node version}
nvm install v10.15 //v10.15 is a version i want.
nvm use {Node version}