library · inferred from evidence
@prisma/client
The generated Prisma client library for database access.
- Error: Cannot find module '.prisma/client/default' on startup (Prisma 7, custom output path)
On app startup, Node crashes with Error: Cannot find module '.prisma/client/default' (require stack points at node_modules/@prisma/client/default.js) before any database connection is attempted. The setup used provider = "prisma-client" wit
- Cannot find module '@prisma/client/runtime/query_compiler_bg.postgresql.wasm' (MODULE_NOT_FOUND)
Deploying a Prisma 6/7 app fails at runtime with Cannot find module '@prisma/client/runtime/query_compiler_bg.postgresql.wasm' (code MODULE_NOT_FOUND) even though it works locally. Reported on Vercel and in Docker. Two distinct causes surfa