You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
正常命令全局更新了DSH版本到v0.1.2-rc.1 ,启动报错:
Failed to load plugins
failed to import loader entry 0d2ac78c (@deepseek-ai/dsh-session-log-export): client-modules: require("@deepseek-ai/dsh-client-runtime/client") missed the module table — not a platform seed word, not a materialized module, and no registered package factory (a build-time externals drift, or a dynamic dependency that did not arrive)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
正常命令全局更新了DSH版本到v0.1.2-rc.1 ,启动报错:
Failed to load plugins
failed to import loader entry 0d2ac78c (@deepseek-ai/dsh-session-log-export): client-modules: require("@deepseek-ai/dsh-client-runtime/client") missed the module table — not a platform seed word, not a materialized module, and no registered package factory (a build-time externals drift, or a dynamic dependency that did not arrive)
尝试,添加禁用加载该插件后,正常启动。后续发现,是改包依赖版本锁定在0.0.1-rc.5,配置在package.json。这个包是官方内置的吧,按说更新应该不会出现这种情况哦。
后续,通过单独更新此包后,加载就正常啦,能正常使用session log export
All reactions