Replies: 2 comments 5 replies
|
截图里的错误和 #4836 是同一个 browser boot invariant: 请先补充拉取后的 commit、完整构建命令、启动命令/cwd、Node/pnpm 版本,以及浏览器 Network 中
完整取证命令、八类失败分流和安全恢复步骤在这里: 如果把上述信息贴出来,就能继续判断是构建产物、Host injection、revision route、代理缓存还是 script ordering。 |
|
Handbook update: v0.5.286 now incorporates this rebuild/startup report while preserving the evidence boundary (the screenshot alone does not establish a missing dependency). Full capture and routing checklist: https://github.com/sandbaseai/deepseek-harness-handbook/releases/tag/v0.5.286 |




我找到问题了 因为是我使用的node v24.9.0 版本 走的还是ModuleLoaderV1 但是vendor/loader/src/index.ts 中的判断改变了方向
我升级到v24.12.0 就可以了
如果不想升级的话 ai 给出的修复是
可以跑起来