切换镜像源(npm)
常见的npm镜像源官方源
URL: https://registry.npmjs.org
淘宝镜像源(npmmirror)
URL: https://registry.npmmirror.com
其他常用镜像源
URL: https://registry.cnpmjs.org (CNPM)
这里是引用
切换npm镜像源
切换到官方源
npm config set registry https://registry.npmjs.org
切换到淘宝镜像源
npm config set registry https://registry.npmmirror.com
检查并更新npm配置
npm cache clean --force
然后实行重新安装依赖:
npm install
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页:
[1]