查看当前镜像地址: npm get registry 切换为淘宝镜像: npm config set registry http://registry.npm.taobao.org/ 切换为原本的npm镜像: npm config set registry https://registry.npmjs.org/ 相关文章: 2021-11-12 2021-08-06 2021-11-04 2021-08-04