Does Prisma Studio work without Node (i.e. with Bun)
I've got an environment where Node is not installed. I'm currently running the entire project with Bun, and so far I've avoided issues with
db push
, generate
and the Prisma Client. Although, when I try to run bunx --bun prisma studio
it crashes on server startup with the following error:
I'm just wondering if this is a Bun or Prisma Studio issue?0 Replies