cnpm淘宝镜像安装
$ npm install
临时使用淘宝镜像 安装依赖
npm --registry https://registry.npm.taobao.org install express
npm --registry https://registry.npm.taobao.org install express
长期使用
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org