NPM相关
配置cnpm(建议)
npm install -g cnpm --registry=https://registry.npm.taobao.org
临时使用淘宝镜像
npm --registry https://registry.npm.taobao.org install express1
持久使用(不建议)
npm config set registry https://registry.npm.taobao.org
验证配置的仓库
npm config get registry
NPM默认镜像源
https://registry.npmjs.org