ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
[TOC] > https://www.yarnpkg.cn/configuration/yarnrc ## 配置文件 放到项目根目录 ``` // 定义允许同时运行的操作数。Yarn 默认为 2 个并发克隆操作。 cloneConcurrency: 8 // 包不提供任何见解时应使用的默认语言模式。 defaultLanguageName: "node" // http 代理 httpProxy: "http://proxy:4040" // 设置镜像 npmRegistryServer: "https://registry.npmjs.org/" yarnRegistryServer: "https://registry.yarnpkg.com" ```