5 months ago
node:internal/modules/cjs/loader:1215
throw err;
Error: Cannot find module '/app/dist/index.js'
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12)
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.19.2
2 Replies
5 months ago
My local test is successfully deploying
5 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open sarahkb125 • 5 months ago
5 months ago
Hi there
i can see index.js is inside a /dist folder which implies that is generated somehow if so can you confirm that index.js was in fact successfully generated?
thanks
alex