Replies: 3 comments
|
应该是插件不兼容的问题,可以把插件更新到最新版再试试(前提是插件作者适配了最新版),如果没有适配,建议还是回退到之前的版本或者让其余的agent修一修 |
0 replies
|
报错其实已经把修法写在里面了:npx 缓存里有个 link 坏了(升级后它既不是合法 symlink 也不是 dsh 管理的模块代理),所以提示
放心动手: |
0 replies
|
谢谢两位,上插件不兼容导致的,我用opencode给修复好了。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
PS C:\Users\fl> npx @deepseek-ai/dsh web
npm notice run npx
npm notice run dsh web
file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:416
if ((stat.isDirectory() ? readModuleProxyRecord(link) : void 0)?.dsh?.moduleFallback?.targets === void 0) throw new Error(
dsh: ${link} exists and is not a symlink or dsh-managed module proxy; remove it so dsh can manage the installation fallback);^
Error: dsh: C:\Users\fl.dsh\profiles\node_modules@deepseek-ai\dsh exists and is not a symlink or dsh-managed module proxy; remove it so dsh can manage the installation fallback
at ensureSymlink (file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:416:116)
at healProfilesModuleFallbackLocked (file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:674:8)
at file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:663:52
at withFileLock (file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-atomic-write/lib/index.js:141:16)
at async healProfilesModuleFallback (file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:662:51)
at async composeProfile (file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-BTzzdrGY.js:188:2)
at async runProfile (file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-BTzzdrGY.js:234:19)
at async file:///C:/Users/fl/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/bin.js:130:3
Node.js v26.8.1
All reactions