按照插件后dsh web无法启动 #3239
Unanswered
cppshooter
asked this question in
Q&A
Replies: 1 comment
|
DeepSeek,你还行不? |
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.
D:\harness>dsh web
file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:1186
throw new Error(
${binName}: ${stage}: ${detail}${stack}, { cause });^
Error: dsh: plugin tree failed to load: failed to apply loader entry include (cordis:include): failed to import loader entry schulte-game (dynamic-schulte-dsh): Cannot find module 'C:\Users\30344.dsh\profiles\web\node_modules\dynamic-schulte-dsh\lib\index.js' imported from C:\Users\30344.dsh\profiles\web
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users\30344.dsh\profiles\web\node_modules\dynamic-schulte-dsh\lib\index.js' imported from C:\Users\30344.dsh\profiles\web
at finalizeResolution (node:internal/modules/esm/resolve:275:11)
at moduleResolve (node:internal/modules/esm/resolve:865:10)
at defaultResolve (node:internal/modules/esm/resolve:991:11)
at #cachedDefaultResolve (node:internal/modules/esm/loader:719:20)
at #resolveAndMaybeBlockOnLoaderThread (node:internal/modules/esm/loader:736:38)
at ModuleLoader.resolveSync (node:internal/modules/esm/loader:765:52)
at #resolve (node:internal/modules/esm/loader:701:17)
at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:621:35)
at onImport.tracePromise.proto (node:internal/modules/esm/loader:650:32)
at TracingChannel.tracePromise (node:diagnostics_channel:350:14)
at boot (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:1186:9)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async runProfile (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:247:14)
at async file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/lib/bin.js:133:3 {
[cause]: Error: failed to apply loader entry include (cordis:include): failed to import loader entry schulte-game (dynamic-schulte-dsh): Cannot find module 'C:\Users\30344.dsh\profiles\web\node_modules\dynamic-schulte-dsh\lib\index.js' imported from C:\Users\30344.dsh\profiles\web
at updateError (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:299:9)
at Entry._init (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:519:10)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
[cause]: Error: failed to import loader entry schulte-game (dynamic-schulte-dsh): Cannot find module 'C:\Users\30344.dsh\profiles\web\node_modules\dynamic-schulte-dsh\lib\index.js' imported from C:\Users\30344.dsh\profiles\web
at updateError (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:299:9)
at Entry._init (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:514:10)
at async Entry.init (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:495:4)
at async Entry.update (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:416:37)
at async EntryGroup.create (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:55:4)
at async Promise.allSettled (index 129)
at async EntryGroup.update (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:87:21)
at async Include._apply (file:///C:/Users/30344/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:238:3) {
[cause]: Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users\30344.dsh\profiles\web\node_modules\dynamic-schulte-dsh\lib\index.js' imported from C:\Users\30344.dsh\profiles\web
at finalizeResolution (node:internal/modules/esm/resolve:275:11)
at moduleResolve (node:internal/modules/esm/resolve:865:10)
at defaultResolve (node:internal/modules/esm/resolve:991:11)
at #cachedDefaultResolve (node:internal/modules/esm/loader:719:20)
at #resolveAndMaybeBlockOnLoaderThread (node:internal/modules/esm/loader:736:38)
at ModuleLoader.resolveSync (node:internal/modules/esm/loader:765:52)
at #resolve (node:internal/modules/esm/loader:701:17)
at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:621:35)
at onImport.tracePromise.proto (node:internal/modules/esm/loader:650:32)
at TracingChannel.tracePromise (node:diagnostics_channel:350:14) {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///C:/Users/30344/.dsh/profiles/web/node_modules/dynamic-schulte-dsh/lib/index.js'
}
}
}
}
Node.js v24.14.0
All reactions