码迷,mamicode.com
首页 > 其他好文 > 详细

npm和yarn的淘宝镜像添加

时间:2019-11-02 00:46:10      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:htm   conf   ant   ror   driver   config   文件路径   路径   复制   

https://www.cnblogs.com/demonrain/p/8568122.html

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的淘宝镜像添加

标签:htm   conf   ant   ror   driver   config   文件路径   路径   复制   

原文地址:https://www.cnblogs.com/dhcn/p/11780185.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!