josh
josh
PPrisma
Created by josh on 5/3/2024 in #help-and-questions
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:
TypeError: Process was closed while trying to send message
at #disconnect (node:child_process:774:27)
at /...<project_path>.../node_modules/prisma/build/index.js:64:43458
TypeError: Process was closed while trying to send message
at #disconnect (node:child_process:774:27)
at /...<project_path>.../node_modules/prisma/build/index.js:64:43458
I'm just wondering if this is a Bun or Prisma Studio issue?
2 replies