node -v
npm -v
// 设置 淘宝镜像源
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmjs.org/
// 查看 使用的 镜像源
npm config get registry
// 安装nrm
npm install -g nrm
// 通过nrm查看
nrm ls
//通过nrm 设置镜像源
nrm use taobao
//通过nrm测速
nrm test taobao
// 如果已经安装npm ,安装yarn,如下
npm install yarn -g
//查看yarn版本
yarn -v
//查看yarn 的镜像源
yarn config get registry
//设置yarn的镜像源
yarn config set registry http://registry.npm.taobao.org/
//缺少pythoy环境报错
npm install --global --production windows-build-tools