dsh想开发一个插件,结果搞崩了,还启动不了了,咋搞啊 #4368
Unanswered
ChenReNaTie
asked this question in
Q&A
Replies: 1 comment
|
.dsh\profiles\web\package.json把你的问题插件去掉试试 |
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.
这是报错信息:
(base) PS C:\Users\root> npx @deepseek-ai/dsh web
<anonymous_script>:1
{
^
SyntaxError: Unexpected token '', "{
"n"... is not valid JSON
at JSON.parse ()
at readProfileManifest (file:///C:/Users/root/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:453:22)
at loadProfile (file:///C:/Users/root/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:546:53)
at prepareProfile (file:///C:/Users/root/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:142:18)
at composeProfile (file:///C:/Users/root/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:167:18)
at runProfile (file:///C:/Users/root/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:221:19)
at file:///C:/Users/root/AppData/Local/npm-cache/_npx/1e7f6d9597241db0/node_modules/@deepseek-ai/dsh/lib/bin.js:133:9
Node.js v24.13.1
(base) PS C:\Users\root>
怎么软件做的这么脆弱啊,我让他自己安装插件,然后他说安装好了,让我重启,就起不来了,一直报这个错,也不知道是改了什么文件导致的,重试也恢复不了
All reactions