-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Hi, do you have a migration guide from v3 to v4?
I upgraded and now get a crash:
Node.js v25.6.0
node:internal/modules/cjs/loader:1456
throw err;
^
Error: Cannot find module './dist/index'
Require stack:
- /app/node_modules/global-agent/bootstrap.js
- /app/build/controllers/auth.js
- /app/build/routes/auth.js
- /app/build/server.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1453:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1064:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1069:22)
at Module._load (node:internal/modules/cjs/loader:1239:25)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.require (node:internal/modules/cjs/loader:1553:12)
at require (node:internal/modules/helpers:152:16)
at Object.<anonymous> (/app/node_modules/global-agent/bootstrap.js:1:1)
at Module._compile (node:internal/modules/cjs/loader:1809:14)
at Object..js (node:internal/modules/cjs/loader:1940:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/app/node_modules/global-agent/bootstrap.js',
'/app/build/controllers/auth.js',
'/app/build/routes/auth.js',
'/app/build/server.js'
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels