HJWZYY 2020-06-07
如果在前端开发使用 NPM 或者 YARN 下载过程中碰到网速非常慢,可以配置国内 淘宝镜像 来提升下载速度。具体方法如下:
npm get registry
npm config set registry https://registry.npm.taobao.org/
npm config set registry https://registry.npmjs.org/
yarn config get registry
yarn config set registry https://registry.npm.taobao.org/
yarn config set registry https://registry.yarnpkg.com