Node Installation - masai-school/full-stack-dev-1908 GitHub Wiki

Install NVM

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

Close the current terminal and open a new terminal

nvm --version

This should show the version number of the installed nvm

Install Node

nvm install 10.16.0

Check the version of node and npm

node --version

This should show v10.16.0

npm --version

This should show the version of npm installed