Open terminal:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Close the actual terminal, open new:
nvm install node -lts
npm -v
node -v
1 Like
Open terminal:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Close the actual terminal, open new:
nvm install node -lts
npm -v
node -v