Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 1.02 KB

installing-via-nvm.md

File metadata and controls

7 lines (6 loc) · 1.02 KB

NodeJS 10.15.0 LTS

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
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