kimjbstar / prisma-class-generator

Class generator from Prisma schema.
181 stars 50 forks source link

No Files Generated #42

Closed cbwilliamsnh closed 1 year ago

cbwilliamsnh commented 1 year ago

Expected Behavior

class files generated to "./../src/backplane/generated"

Actual Behavior

Classes generated but only printed in standard output, so I had to manually create the class files via copy and paste.

Steps to Reproduce the Problem

  1. Install the generator
  2. Run "npx prisma generate"

Specifications

bernikson commented 1 year ago

having same issue

jannis6023 commented 1 year ago

Try setting the config value dryRun to false