We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.