您现在的位置是:首页 > 伤感句子

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

作者:往北时间:2024-04-18 14:38:41分类:伤感句子

简介  文章浏览阅读706次,点赞7次,收藏4次。npm config set registry https://registry.npmmirror.com/ (最新地址)yarn config set registry https://regist

点击全文阅读

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

点击全文阅读

郑重声明:

本站所有活动均为互联网所得,如有侵权请联系本站删除处理

我来说两句