cherry-studio/.yarnrc.yml
2025-04-28 06:55:18 +08:00

13 lines
341 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基本配置
enableImmutableInstalls: false
nodeLinker: node-modules
httpTimeout: 300000
# npm 镜像配置
npmRegistryServer: "https://registry.npmmirror.com"
# 注意Yarn 4.x 不支持在 .yarnrc.yml 中设置环境变量
# 请使用命令行设置 ELECTRON_MIRROR 环境变量
# Yarn 路径
yarnPath: .yarn/releases/yarn-4.6.0.cjs