-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bun script runner fail to execute prisma #1191
Comments
Because node's child_process is not implemented (https://cs.github.com/?scopeName=Prisma&scope=repo%3Aprisma%2Fprisma&q=child_process) |
Duplicate of #595 |
Prisma seems to be working now. There are still some problems now |
It's still happening, even though #595 is implemented.
|
The bug is that |
Same error here with:
But bun is upgraded to v0.5.1, just show this error message. |
Same with me. Intel MacOS Monterey |
I opened another issue for the upgrade issue: #1860 |
Closing the issue but FWI I'm not able to run Prisma fully in bun because |
Version
0.1.10
Platform
Mac intel
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Same as yarn
What do you see instead?
error: Failed to run "prisma" due to error ChildExecFailed
Also reproduced in 0.1.9 and 0.1.4
Additional information
No response
The text was updated successfully, but these errors were encountered: