npm使用阿里云源的方法
npm使用阿里云源的方法
1、安装cnpm
npm install -g cnpm --registry=https://registry.npmmirror.com
2、设置下载源
npm config set registry https://registry.npmmirror.com
3、安装模块(使用cnpm安装)
cnpm install [name]
4、同步模块
cnpm sync cnpmcore
通过 web 方式来同步, 界面打开时会自动比对版本信息
open https://npmmirror.com/sync/cnpmcore