1.cnpm安装(淘宝镜像)
npm install -g cnpm --registry=https://registry.npm.taobao.org
2.npm安装
npm config set registry https://registry.npm.taobao.org --globalnpm config set disturl https://npm.taobao.org/dist --global
3.yarn
npm i yarn -gyarn config set registry https://registry.npm.taobao.org
