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