标签:npm yar conf 镜像 str yarn 提升 registry get
如果在前端开发使用 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
标签:npm yar conf 镜像 str yarn 提升 registry get
原文地址:https://www.cnblogs.com/AlexanderZhao/p/13058972.html