npm config list // 查看配置
npm config set registry https://registry.npmmirror.com
yarn config list
yarn config set npmRegistryServer https://registry.npm.taobao.org
yarn config set registry https://registry.npmmirror.com
yarn set version berry
npm config list // 查看配置
npm config set registry https://registry.npmmirror.com
yarn config list
yarn config set npmRegistryServer https://registry.npm.taobao.org
yarn config set registry https://registry.npmmirror.com
yarn set version berry