npm,yarn如何查看源和换源

本文介绍了如何在npm和yarn中查看及更换默认的包管理器镜像源,包括使用`npm config get registry`和`yarn config get registry`查看当前源,以及如何通过`npm config set registry`和`yarn config set registry`将源设置为淘宝镜像(如https://registry.npmmirror.com/)。
摘要由CSDN通过智能技术生成
npm, yarn查看源和换源:
npm config get registry  // 查看npm当前镜像源

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

yarn config get registry  // 查看yarn当前镜像源

yarn config set registry https://registry.npm.taobao.org/  // 设置yarn镜像源为淘宝镜像
镜像源地址部分如下:
npm --- https://registry.npmjs.org/

cnpm --- https://r.cnpmjs.org/

taobao --- https://registry.npmmirror.com/

nj --- https://registry.nodejitsu.com/

rednpm --- https://registry.mirror.cqupt.edu.cn/

npmMirror --- https://skimdb.npmjs.com/registry/

deunpm --- http://registry.enpmjs.org/
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值