设置npm/yarn国内镜像源
npm config set registry https://registry.npm.taobao.org --global
yarn config set registry https://registry.npm.taobao.org --global
查看
npm config get registry
yarn config get registry
npm config set registry https://registry.npm.taobao.org --global
yarn config set registry https://registry.npm.taobao.org --global
查看
npm config get registry
yarn config get registry