Npm和Yarn配置加速镜像

Npm 和 Yarn 配置加速镜像

Npm 配置

1
2
3
4
5
6
# 持久使用
npm config set registry https://registry.npm.taobao.org
# 配置后可通过下面方式来验证是否成功
npm config get registry
# 或
npm info express

通过 npm 安装 yarn

1
npm install -g yarn

Yarn 配置

1
2
3
4
# 持久使用
yarn config set registry https://registry.npm.taobao.org
# 配置后可通过下面方式来验证是否成功
yarn config get registry

Npm和Yarn配置加速镜像
https://blog.josway.cc/2022/04/25/yuque/Npm和Yarn配置加速镜像/
作者
JOSWAY
发布于
2022年4月25日
许可协议