Getting started setting up ubuntu with different version of Node / NPM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Then start another terminal
nvm list-remote
nvm install 12
nvm use 12
Getting started setting up ubuntu with different version of Node / NPM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Then start another terminal
nvm list-remote
nvm install 12
nvm use 12