https://github.com/nodesource/distributions/blob/master/README.md
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs
brew update
brew install node
Version check as of March 2020.
node --version
#v13.10.1
npm --version
#6.13.7
npm install -g npm@latest