// 华为镜像
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
// 淘宝镜像
npm config set registry https://registry.npm.taobao.org
// 还原默认镜像
npm config set registry https://registry.npmjs.org/
// 查看当前镜像设置
npm config get registry
npm设置淘宝镜像,恢复默认设置
最新推荐文章于 2025-04-07 19:06:04 发布