Replies: 6 comments
|
这个错误不是在说 npm 包一定缺失,而是一个很精确的浏览器启动不变量失败了:页面里的 alpha.1 的正确顺序是:
所以需要从同一次页面加载保存 HTML 和 bootstrap response,不能把多次重启后的证据混在一起。建议先执行: curl -fsS http://127.0.0.1:端口/ -o dsh-index.html
grep -o '/plugins/[^"<]*' dsh-index.html
grep -n '__ModuleLoader__\|__DSH_BOOT__\|script src=' dsh-index.html再用
请补充启动命令/cwd、版本或 commit、Node/pnpm、页面 URL、HTML 中 bootstrap URL、该 URL 的 status/content-type、浏览器 Network 失败原因,以及 Host activation/fiber 日志,就可以继续把根因缩到一个边界。 完整的诊断矩阵、安全恢复顺序和 10 项回归契约已整理在: |
|
折腾了半天不知道怎么解决,先不用deepseek-harness 了,等后面有空了再折腾 |
|
I expanded the handbook Web boot runbook with evidence-first triage for this exact client-module preload mismatch: https://github.com/sandbaseai/deepseek-harness-handbook/blob/main/docs/en/troubleshooting/web-client-plugin-boot-failure.md — it covers HTML/module revision drift, proxy rewrites, and safe recovery without bypassing the assertion. |
|
Node版本升级到 v24.20.0,重新构建就可以正常使用了 |
|
我用ai来改了一些,运行没问题了 |
Uh oh!
There was an error while loading. Please reload this page.
HARNESS
Failed to load plugins
client-modules: HTML did not preload @deepseek-ai/dsh-client-modules/client.js
All reactions