Replies: 2 comments
|
这个从报错栈就能定位,不用复现。
调用链是 「卸载中途卡住」,就是卸载做了一半: 更稳的做法先回到一个完好的状态,再重做一次卸载试试看,就比如: |
|
卸载卡住把 profile 的依赖清单留了半截——启动时解析不到已删的包,就是你看到的
以后卸载插件再遇到卡住别强关:先等一会儿,或看任务管理器里 pnpm/npm 子进程是不是还活着——强杀留下的半截清单就是这次报错的来源。 |
|
这个从报错栈就能定位,不用复现。
调用链是 「卸载中途卡住」,就是卸载做了一半: 更稳的做法先回到一个完好的状态,再重做一次卸载试试看,就比如: |
|
卸载卡住把 profile 的依赖清单留了半截——启动时解析不到已删的包,就是你看到的
以后卸载插件再遇到卡住别强关:先等一会儿,或看任务管理器里 pnpm/npm 子进程是不是还活着——强杀留下的半截清单就是这次报错的来源。 |
Uh oh!
There was an error while loading. Please reload this page.
第一次安装正常,然后我安装了 all-web-ui插件,然后我又卸载了,中途卸载时卡住了,然后我再启动DSH就出错了,具体见日志:
D:\AI>npx @deepseek-ai/dsh web
file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:523
throw new Error(
${binName}: cannot resolve profile bundle ${JSON.stringify(packageName)} from the dsh installation or ${profileDir}; run 'dsh plugin --profile ${basename(profileDir)} install' if its dependency is not installed);^
Error: dsh: cannot resolve profile bundle "@linxin666/dsh-web-ui-all" from the dsh installation or C:\Users\xa87.dsh\profiles\web; run 'dsh plugin --profile web install' if its dependency is not installed
at resolveBundleDir (file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:523:8)
at file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:547:22
at Array.map ()
at loadProfile (file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:546:117)
at prepareProfile (file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:142:18)
at composeProfile (file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:167:18)
at runProfile (file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:221:19)
at file:///C:/Users/xa87/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/bin.js:133:9
Node.js v24.15.0
All reactions