failed to clone nvm repo

I did

  • I tried to install nvm through gitbash also command prompt error has occurred. In the command prompt, asked me "go to Microsoft store" but I don't know what should I install.

the command that I used

curl -o- |

My environment

  • windows10 64 bit

My goal

  • I want to update my npm to the new version(i did try npm-windows-upgrade -p -v latest...etc but all the things I have done was not work).also control node vsrsion.
4

1 Answer

  1. Install Nvm from this link ()
  2. nvm install <version>
  3. nvm list
  4. nvm use <vesion that you want to use>

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like