Thursday, May 2, 2024

Quick and easy way to install NVM Node Version Manager and Nodejs

 Install Node version Manager and NodeJs

Step 1: Download and install nvm-setup.exe from below link.

Refer the below document to setup NVM.


Download nvm-setup.exe

Releases · coreybutler/nvm-windows (github.com)


Step 2: Check nvm

Install the nvm-setup.exe

Run this command

nvm -v

Step 3 : Install nodejs version 10.16.1

Type nvm install 10.16.1

Step 4: Check nodejs version to verify

Type nvm ls

Step 5: Now set nvm to use version 10.16.1

Type nvm use 10 

Voila ! You are good to go with different version of Nodejs as required. Node version manager makes it super easy.

No comments:

Post a Comment