NPM国内镜像

http://npm.hacknodejs.com/

http://registry.npmjs.vitecho.com/

https://registry.npm.taobao.org

 

永久使用镜像命令: 

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

临时使用镜像命令: npm --registry "http://npm.hacknodejs.com/" install underscore

 

 

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2021-12-21
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-01-11
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案