Can be used to install different versions of NodeJS.
Installation
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
Install NodeJS
nvm install 12.16.3
installs node version 12.16.3
Can be used to install different versions of NodeJS.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
nvm install 12.16.3
installs node version 12.16.3