首页 前端知识 npm 选择镜像源安装 、以及镜像改变

npm 选择镜像源安装 、以及镜像改变

2024-05-10 08:05:54 前端知识 前端哥 992 158 我要收藏

临时改变install源

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

查看当前npm 源

npm config get registry

改变npm 源

以改成淘宝镜像为例:

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

附上官方镜像源

https://registry.npmjs.org/

转载请注明出处或者链接地址:https://www.qianduange.cn//article/7895.html
标签
评论
会员中心 联系我 留言建议 回顶部
复制成功!