npm 设置淘宝镜像:
npm config set registry=https://registry.npm.taobao.org
npm 查看配置:
npm config list
npm 取消配置:
npm config delete registry
保持更新;
nodejs 与 npm 配置
原文:https://www.cnblogs.com/xuyaowen/p/npm-config.html