OS | Instructions |
---|---|
Windows | You can install the Node Version Manager for Windows Install the latest release of the Node Version Manager and then run the following commands: nvm install 10.15.0 nvm use 10.15.0 |
Linux | You can install the Node Version Manager: Run the following commands: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash nvm install 10.15.0 nvm use 10.15.0 |
OS X | You can install the Node Version Manager. Run the following commands: touch ~/.bash_profile curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash nvm install 10.15.0 nvm use 10.15.0 |