// 设置npm默认源
npm config set registry <https://registry.npmjs.org/>
// 设置npm镜像源为淘宝镜像
npm config set registry <https://registry.npmmirror.com>
yarn config set strict-ssl false
yarn config set registry <https://registry.npmmirror.com>
npm install -g nrm
nrm list
nrm use taobao