我做到了
- 我尝试通过命令提示符安装 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
- 从此链接安装 Nvm (
https://github.com/coreybutler/nvm-windows/releases
) nvm install <version>
nvm list
nvm use <vesion that you want to use>