node change version code example
Example 1: node change version windows
npm install -g node@<version>
Example 2: change node version
Usage:
nvm install <version> Download and install a <version>
nvm use <version> Modify PATH to use <version>
nvm ls List versions (installed versions are blue)
Example 3: node install specific version
nvm install v10.15
Example 4: use a specific version of node
nvm use {Node version}
Example 5: change node version
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash