Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 26, 2022 11:09 pm GMT

install Nodejs with nvm

https://github.com/nvm-sh/nvm

Steps

Run the nvm installation script

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

Open a new shell and verify the installation.

$ nvm --version0.39.1

Install the specific version of node

nvm install 18.4.0nvm use v18.4.0

Verification.

$ node --versionv18.4.0

Original Link: https://dev.to/huang06/install-nodejs-with-nvm-4h9j

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To