install nvm in windows

 

  1. Go to this site
  2. Install and unzip the nvm-setup.zip file
  3. From cmd type nvm -v to ensure nvm is installed.
  4. Check version of nvm
  5. Now you can install node using nvm
  6.  nvm install v16
  7. For global install - 

    nvm alias default 16


Post a Comment

0 Comments