Created: 2019 October 26th
Updated: 2019 October 26th
Say you want to install Node v6.9.1 you would write on the terminal:
If you have multiple versions of Node.js installed on your workspace, you can switch to a specific version by writing:
Making a node version default
In order to set a default version of node for your workspace, type:
Where 6 was the version you wanted to be used as default.