change node version on windows code example
Example 1: node change version windows
npm install -g node@<version>
Example 2: change node version
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
npm install -g node@<version>
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash