autorest

NodeJS 10.15.0 LTS

OS Instructions
Windows You can install the Node Version Switcher for Windows

Install the latest release of the Node Version Switcher and then run the following commands:
nvs add lts
nvs link lts
Linux You can install the Node Version Switcher:

Run the following commands:
export NVS_HOME="$HOME/.nvs"
git clone https://github.com/jasongin/nvs "$NVS_HOME"
. "$NVS_HOME/nvs.sh" install

nvs add lts
nvs link lts
OS X You can install the Node Version Switcher:

Run the following commands:
export NVS_HOME="$HOME/.nvs"
git clone https://github.com/jasongin/nvs "$NVS_HOME"
. "$NVS_HOME/nvs.sh" install

nvs add lts
nvs link lts