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)
Remove the custom output line from your generator block (or leave the default), then re-run npx prisma generate. The .prisma folder only gets written into node_modules when the client is generated without a custom output path; with output p
- Cannot find module '@prisma/client/runtime/query_compiler_bg.postgresql.wasm' (MODULE_NOT_FOUND)
First check for a version mismatch: npx prisma --version and make sure prisma and @prisma/client are on the same version; several reporters fixed it by upgrading both packages to the same release (e.g. both to 7.3.0). If versions match, che