前端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,作者:言安琪,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!
上一篇:小白总结uniapp微信小程序跨域问题的解决(前端)
下一篇:返回列表