配置淘宝镜像:
// 老的(过期了)
npm config set registry
// 新的
npm config set registry
2.检查获取淘宝镜像(返回成功):
npm config get registry
3.更换回原有的npm镜像()
npm config set registry
4.安装cnpm:
install -g cnpm --registry=
2.使用:cnpm install xxx