赞
踩
1、安装 cnpm 淘宝镜像:
npm install -g cnpm --registry=https://registry.npm.taobao.org
2、将npm设置为淘宝镜像:
npm config set registry https://registry.npm.taobao.org
3.、通过npm查看cnpm镜像设置:
npm config get registry
4、通过cnpm查看cnpm镜像设置:(相当于使用cnpm)
cnpm config get registry
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。