这是一批用于帮助**大陆程序猿切换 npm/yarn 镜像的脚本,且支持 Electron 框架的换源。
如果您要准备发布 npm 包,请记得将源还原回官方源,淘宝镜像无法处理库的上传。
如果您尚未安装 Yarn,请忽略警告信息。
自 2022 年 6 月 30 日起,淘宝 NPM 源的原域名(npm.taobao.org)将停止解析。现脚本已迁移到新域名(npmmirror.com)。详见cnpm/cnpm#361。
NRM 是一款以 Node 编写的 NPM 换源工具。说实话,它已经能满足大部分需求了,但它并没有提供完善的 Electron 框架的换源。该项目提供的脚本可视为其临时补充。
(Windows NT)
git clone https://github.com/langyo/cnpm-registry-helper
cd cnpm-registry-helper
to_taobao.bat
(*nix / Mac)
git clone https://github.com/langyo/cnpm-registry-helper
cd cnpm-registry-helper
sh ./to_taobao.sh
(Windows NT)
git clone https://github.com/langyo/cnpm-registry-helper
cd cnpm-registry-helper
to_global.bat
(*nix / Mac)
git clone https://github.com/langyo/cnpm-registry-helper
cd cnpm-registry-helper
sh ./to_global.sh