mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 18:35:51 +03:00
[GH-ISSUE #206] 更新2.6.11后报错 #148
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ariesljm on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/206
我从2.60版本更新后报错:
Node.js v20.19.6
node:internal/modules/cjs/loader:1210
throw err;
^
Error: Cannot find module '/app/src/master.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1207:15)
at Module._load (node:internal/modules/cjs/loader:1038:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.19.6
@justlovemaki commented on GitHub (Jan 10, 2026):
更新容器的启动命令
docker update --entrypoint "sh -c 'node src/core/master.js $ARGS'" <容器名/容器ID>