npm 设置淘宝镜像:
npm config set registry=https://registry.npm.taobao.org
npm 查看配置:
npm config list
npm 取消配置:
npm config delete registry
保持更新;