ref. https://itnext.io/nvm-the-easiest-way-to-switch-node-js-environments-on-your-machine-in-a-flash-17babb7d5f1b ref. https://www.sitepoint.com/quick-tip-multiple-versions-node-nvm/
cd ~
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash # get latest version at https://github.com/nvm-sh/nvm#install--update-script
: reload your bash prompt
nvm --version # should print the version as a proof of successful installation