npm 换源 约 68 个字 5 行代码 预计阅读时间不到 1 分钟 获取镜像源地址 1npm get registry 修改镜像源地址 1 2 3npm config set registry 加带协议的地址 # 如: npm config set registry http://registry.npm.taobao.org/ 配置文件 修改镜像源地址后,配置文件在 ~/.npmrc 中: 1registry=http://registry.npm.taobao.org/ 来源 npm切换源_Cersar_Shy的博客-CSDN博客_npm 换源 npm俩种换源方式 - 程序员小宇 - 博客园