crx349 发表于 2019-8-14 13:59:23

npm使用国内镜像的方法


1. 命令

npm config set registry https://registry.npm.taobao.org
2. 验证命令

npm config get registry
如果返回https://registry.npm.taobao.org,说明镜像配置成功。

国外源:
https://registry.npmjs.org/
页: [1]
查看完整版本: npm使用国内镜像的方法