npm和yarn的淘宝镜像添加

Posted demonrain

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm和yarn的淘宝镜像添加相关的知识,希望对你有一定的参考价值。

npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
npm config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/

 

yarn config set registry https://registry.npm.taobao.org -g
yarn config set disturl https://npm.taobao.org/dist -g
yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/ -g
yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ -g
yarn config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/ -g
yarn config set chromedriver_cdnurl https://cdn.npm.taobao.org/dist/chromedriver -g
yarn config set operadriver_cdnurl https://cdn.npm.taobao.org/dist/operadriver -g
yarn config set fse_binary_host_mirror https://npm.taobao.org/mirrors/fsevents -g

 

持久化文件路径在

C:\Users\用户名

.npmrc和.yarnrc文件

 

以上是关于npm和yarn的淘宝镜像添加的主要内容,如果未能解决你的问题,请参考以下文章

Yarn 和 NPM 国内快速镜像(淘宝镜像)

Yarn 和 NPM 国内快速镜像(淘宝镜像)

yarn和node更改淘宝镜像

npm 和 yarn 更改为淘宝镜像

查看npm和yarn 的镜像源和配置淘宝镜像源

查看npm和yarn 的镜像源和配置淘宝镜像源