1.设置淘宝镜像
npm config set registry https://registry.npmmirror.com
2.设置官方镜像
npm config set registry https://registry.npmjs.org
3.查看镜像
npm config get registry
4.安装cnpm
npm install -g cnpm --registry=https://registry.npmmirror.com
这样需要淘宝镜像的时候用 cnpm不需要的时候用npm