扫二维码与商务沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
通过 config 命令配置
npm config set registry https://registry.npmmirror.com
npm install loaddash --registry https://registry.npmmirror.com
~/.npmrc
加入下面内容
registry=https://registry.npmmirror.com
npm install -g cnpm --registry=https://registry.npmmirror.com
https://npmmirror.com/
淘宝 NPM 镜像站
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流