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
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.
一句话说明问题
Web profile 启动时加载器 include 了
dsh-plugin-store,但 bundles 依赖中没有声明它,首次启动直接ERR_MODULE_NOT_FOUND崩溃;按提示补装后,又与旧版dsh-store同时注册pluginStore服务导致二次崩溃——升级/安装路径上的依赖声明与服务冲突没有做任何处理。详情
复现步骤:
dsh webfailed to import loader entry plugin-store (dsh-plugin-store): Cannot find package 'dsh-plugin-store' imported from C:\Users\...\.dsh\profiles\web\(ERR_MODULE_NOT_FOUND)dsh plugin --profile web add dsh-plugin-store后再次启动service "pluginStore" has been registered at <PluginStoreService>—— 新包 dsh-plugin-store 与 profile 默认 bundles 中已有的 dsh-store(0.5.1)注册同一服务名冲突dsh plugin --profile web remove dsh-store才恢复实际结果:全新安装流程无法开箱即用;错误信息无任何修复指引(用户需要自己猜
dsh plugin add命令);旧新包并存时无冲突检测/自动去重。预期结果:
dsh-plugin-store,依赖声明应自动包含它(或安装时自动补装)环境:Windows 11 Pro / Node.js v24.16.0 / dsh 0.1.0-rc.6(npm 全局安装),profile 为默认 web
备注:报错上下文完整堆栈见 ERR_MODULE_NOT_FOUND(moduleResolve 链),可复现
All reactions