跳转至

npm 和 Yarn 换源加速国内访问

背景

npm 和 Yarn 默认源地址在国外,国内访问速度慢。
以下命令查看当前使用的镜像源:

yarn config get registry

解决方法

使用软件 cgr 快速切换 npm 和 Yarn 的镜像源。

安装 cgr

npm install -g cgr

列出当前可用的镜像源

cgr ls

选择一个镜像源进行切换(淘宝)

cgr use taobao

测试访问速度

cgr test taobao

参考与致谢

原文地址:https://wiki-power.com/
本篇文章受 CC BY-NC-SA 4.0 协议保护,转载请注明出处。