npm install -g cnpm -registry=https://registry.npm.taobao.org

然后可以使用 cnpm install xxx

 

配置淘宝镜像 

npm config set registry https://registry.npm.taobao.org

npm install xxx 相当于 cnpm install xxx

相关文章:

  • 2021-12-23
  • 2021-07-07
  • 2022-12-23
  • 2021-04-09
  • 2021-11-11
  • 2021-08-22
  • 2022-01-07
  • 2022-02-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-02-16
相关资源
相似解决方案