357 B
357 B
本文作者:丁辉
NPM加速配置
-
淘宝镜像源
npm config set registry https://registry.npm.taobao.org
验证
npm config get registry
-
华为云镜像源
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
验证
npm config get registry