npm install -g cnpm -registry=https://registry.npm.taobao.org
然后可以使用 cnpm install xxx
配置淘宝镜像
npm config set registry https://registry.npm.taobao.org
npm install xxx 相当于 cnpm install xxx