切换淘宝镜像 发表于 2021-03-19 更新于 2023-08-04 分类于 npm 阅读次数: 来回自如的切换淘宝镜像与国外源打开 cmd,查看当前镜像地址:1npm get registry切换为淘宝镜像:1npm config set registry http://registry.npm.taobao.org/切换为原本的 npm 镜像:1npm config set registry https://registry.npmjs.org/