Install Node version Manager and NodeJs
Step 1: Download and install nvm-setup.exe from below link.
Refer the below document to setup NVM.
NVM for Windows – How to Download and Install Node Version Manager in Windows 10
Download nvm-setup.exe
Releases · coreybutler/nvm-windows (github.com)
Releases · coreybutler/nvm-windows
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