General purpose Node JS language labs
Install Node JS using nvm, following the instructions at: https://github.com/nvm-sh/nvm
Execute:
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
With nvm installed, we can install a new version of Node JS executing:
$ nvm install 12.13.0
$ nvm list
$ nvm use 12.13.0
$ nvm alias default 12.13.0