首页 前端知识 2024最新国内镜像源设置(npm、yarn、pnpm)

2024最新国内镜像源设置(npm、yarn、pnpm)

2024-10-13 19:10:18 前端知识 前端哥 362 95 我要收藏

淘宝镜像源
https://registry.npmmirror.com/
腾讯云镜像源
https://mirrors.cloud.tencent.com/npm/
cnpm是一个基于npm的中国镜像源
https://r.cnpmjs.org/

# 查询当前使用的镜像源
npm get registry

# 设置为淘宝镜像源
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.npmmirror.com/

# 还原为官方镜像源
yarn config set registry https://registry.yarnpkg.com/

pnpm设置国内镜像源

# 查询当前使用的镜像源
pnpm get registry

# 设置为淘宝镜像源
pnpm config set registry https://registry.npmmirror.com/

# 还原为官方镜像源
pnpm config set registry https://registry.npmjs.org/
转载请注明出处或者链接地址:https://www.qianduange.cn//article/18915.html
标签
评论
发布的文章

JSON:API Normalizer 项目教程

2024-10-30 21:10:43

json2html 项目教程

2024-10-30 21:10:41

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!