Prisma Error
So i get this error using my start command using prisma:
bunx prisma generate && bun run src/index.ts
let me know if you want my prisma schema, i use postgress as the provider5 Replies
Project ID:
N/A
N/A
Anyone?
Seems like it's missing a system library. I use prisma but I've never heard of that library
Its a known issue - https://github.com/oven-sh/bun/issues/5320
GitHub
Bun doesn't run prisma generate or prisma migrate inside docker con...
What version of Bun is running? 1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b What platform is your computer? Microsoft Windows NT 10.0.22621.0 x64 What steps can reproduce the bug? Docker: FROM o...
Thanks!