419 B
419 B
npm切换源
查看源来的镜像地址
npm get registry
设置成淘宝源
npm config set registry http://registry.npm.taobao.org
设置成初始的源
npm config set registry https://registry.npmjs.org/
将npm替换成cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
全局安装yarn
cnpm install yarn -g