PrismaP
Prisma10mo ago
3 replies
zander

Prisma generate with Turborepo never prompting for name

After following the instructions to setup Prisma with turborepo, when runnning pnpm turbo db:migrate, the terminal just hangs and never enters the interactive CLI.
I have made sure to set the command as persistent

"db:migrate": {
      "cache": false,
      "persistent": true
    },


I am not sure if this is an issue with prisma or turborepo
Was this page helpful?