赞
踩
如果在前端开发使用 NPM 或者 YARN 下载过程中碰到网速非常慢,可以配置国内 淘宝镜像 来提升下载速度。具体方法如下
npm get registry
npm config set registry http://registry.npm.taobao.org/
npm config set registry https://registry.npmjs.org/
yarn config get registry
yarn config set registry http://registry.npm.taobao.org/
yarn config set registry https://registry.yarnpkg.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。