Node Version Manager is Simple bash script to manage multiple active node.js versions.
Installation of nvm is a single command
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
# reload the terminal or execute
source .bashrcList installed node versions
nvm lsList available node versions
nvm ls-remoteInstall the last versions
nvm install nodeInstall the last LTS version
nvm install --lts