🛠️

19302 工具站

在线工具集合

文章/设置 npm 源为淘宝镜像

设置 npm 源为淘宝镜像

2020年03月21日2,691 次阅读⏱ 约 1 分钟前端

淘宝 npm 网址

https://npm.taobao.org/

修改

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

还原

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

验证

npm config get registry

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


💬评论(0)

💭

暂无评论