library · inferred from evidence
prisma-client-js
A provider option for the Prisma client generator.
- 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