docs: 补充 Windows 需要开启开发者模式的前置条件 - #99
Open
RXQ6 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动说明
在 README 的「面向开发者 → 前置条件」中补充 Windows 需要开启「开发人员模式」。
Windows 未开启开发者模式时,Bun 无法创建符号链接,
bun install会在node_modules下留下空目录且不生成.bin,导致bun run typecheck找不到tsc,测试也无法运行。当前前置条件只列了 Bun、Longbridge CLI 与 LLM 提供商,Windows 贡献者第一次上手会卡在这里且难以自诊断。中文版与英文版同步修改。
关联 Issue
无(纯文档改动)
测试报告(正式审核前必填)
环境
实际执行命令与结果
本次为纯文档改动,仅修改 README.md 与 README.en.md 的前置条件说明,不涉及运行时行为、类型或测试变更,故未运行测试套件。
改动依据:结论来自在 Windows 未开启开发者模式环境下的实际观察——
bun install完成后node_modules下存在空目录、.bin未生成,bun run typecheck无法找到tsc。已知失败 / Baseline(如有)
无
UI 截图(仅可见 UI 变化时必填)
Scope / 后续
仅补充前置条件说明,无代码改动。