无法克隆 nvm repo

无法克隆 nvm repo

我做到了

  • 我尝试通过命令提示符安装 nvm,但gitbash出现错误。在命令提示符中,询问我“ go to Microsoft store”,但我不知道应该安装什么。

我使用的命令

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh |

我的环境

  • Windows10 64位

我的目标

  • 我想将我的 npm 更新到新版本(我确实尝试过npm-windows-upgrade -p -v latest...等等,但我所做的一切都没有起作用)。还可以控制节点 vsrsion。

答案1

  1. 从此链接安装 Nvm ( https://github.com/coreybutler/nvm-windows/releases)
  2. nvm install <version>
  3. nvm list
  4. nvm use <vesion that you want to use>

相关内容