首页 前端知识 2024 npm使用国内淘宝镜像的方法(最详细)

2024 npm使用国内淘宝镜像的方法(最详细)

2024-10-28 20:10:01 前端知识 前端哥 830 850 我要收藏

查看自己使用的使什么镜像

在命令行中输入

npm config get registry

通过命令配置

//旧淘宝镜像
npm config set registry https://registry.npm.taobao.org/
//新淘宝镜像
npm config set registry https://registry.npmmirror.com

总结

最后在使用

npm config get registry

查询是否更改为淘宝镜像

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