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)
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