How to change version node 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: use a specific version of node
nvm use {Node version}