P
Prisma2w ago
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
},
"db:migrate": {
"cache": false,
"persistent": true
},
I am not sure if this is an issue with prisma or turborepo
3 Replies
Prisma AI Help
Salutations, traveler! I'm the Prisma AI Help Bot. You've reached a fork in the road: one path leads to the wisdom of the human sages (ETA: sometime today), and the other to my instantaneous insights. Which way shall we go?
zander
zanderOP2w ago
Tried on both windows and Mac with the same issue
Nurul
Nurul2w ago
Hey! What version of Prisma are you using? Is this happening on latest version?

Did you find this page helpful?