zoukankan      html  css  js  c++  java
  • yarnrc or mpmrc

     前端项目中安装某些依赖包需要科-学-上-网,  如果手头没有合适的工具会造成安装依赖非常慢, 此时我们可以借助 .yarnrc.npmrc 配置指定包的镜像地址来加速下载.

    .yarnrc or .npmrc

     .yarnrc 文件允许你配置更多的 Yarn 功能。 也可以用 config 命令来配置这些选项。 Yarn 会把你的 .yarnrc merge 进文件树里。

    常用配置如下:

    registry "https://registry.npm.taobao.org"
    
    sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"
    phantomjs_cdnurl "http://cnpmjs.org/downloads"
    electron_mirror "https://npm.taobao.org/mirrors/electron/"
    sqlite3_binary_host_mirror "https://foxgis.oss-cn-shanghai.aliyuncs.com/"
    profiler_binary_host_mirror "https://npm.taobao.org/mirrors/node-inspector/"
    chromedriver_cdnurl "https://cdn.npm.taobao.org/dist/chromedriver"
    

      

  • 相关阅读:
    JAVA 动态代理
    IDEA 配置阿里云Maven
    JAVA Spring5静态代理
    Spring5 常用注解
    react
    Angular
    微信小程序
    H5
    vue-ui
    jQuery
  • 原文地址:https://www.cnblogs.com/dfyg-xiaoxiao/p/13565384.html
Copyright © 2011-2022 走看看