Skip to content

Node Installation

Nrupul edited this page Sep 13, 2019 · 1 revision

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

Clone this wiki locally