被墙,自行代理,或者修改安装脚本(懒_

  • 方式一:curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

  • 方式二:wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

改为国内源:nvm node_mirror https://npm.taobao.org/mirrors/node/;nvm npm_mirror https://npm.taobao.org/mirrors/npm/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2021-12-03
  • 2021-12-04
  • 2021-08-28
猜你喜欢
  • 2021-11-20
  • 2021-08-08
  • 2021-11-07
相关资源
相似解决方案