跨境派

跨境派

跨境派,专注跨境行业新闻资讯、跨境电商知识分享!

当前位置:首页 > 卖家故事 > 前端npm和yarn更换国内淘宝镜像

前端npm和yarn更换国内淘宝镜像

时间:2024-04-16 17:30:59 来源:网络cs 作者:言安琪 栏目:卖家故事 阅读:

标签: 更换 
阅读本书更多章节>>>>

NPM

查询当前镜像

npm get registry 

 设置为淘宝镜像

npm config set registry https://registry.npm.taobao.org/        (旧地址)
npm config set registry https://registry.npmmirror.com/         (最新地址)

 设置为官方镜像

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

 YARN

查询当前镜像

yarn config get registry

 设置为淘宝镜像

yarn config set registry https://registry.npm.taobao.org/        (旧地址)
yarn config set registry https://registry.npmmirror.com/         (最新地址)

 设置为官方镜像

yarn config set registry https://registry.yarnpkg.com

阅读本书更多章节>>>>

本文链接:https://www.kjpai.cn/gushi/2024-04-16/159569.html,文章来源:网络cs,作者:言安琪,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。

文章评论