Rust-free ORM still download engine binary
Hello
Some (important) context first:
I'm developing a Prisma-powered project and I'm switching between 2 laptops:
-
Ubuntu - Prisma works perfectly fine on it
-
NixOS - Prisma fails to download engine binary
When I read about the new Rust-free ORM, I decided to switch to it because from my understanding reading the docs, there is no more engine binary (so I thought no more issue with OSes like NixOS).
I successfully installed it but it keeps trying to download the engine binary with the following error:
I checked if I configured things correctly multiple times and I even tried the official Nuxt 3 Prisma example (https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nuxt3-starter-nodejs) but I got the exact same error when running
Am I misunderstanding something about how the new Rust-free ORM works or is it a bug?
Thanks for your help!
Some (important) context first:
I'm developing a Prisma-powered project and I'm switching between 2 laptops:
-
-
When I read about the new Rust-free ORM, I decided to switch to it because from my understanding reading the docs, there is no more engine binary (so I thought no more issue with OSes like NixOS).
I successfully installed it but it keeps trying to download the engine binary with the following error:
I checked if I configured things correctly multiple times and I even tried the official Nuxt 3 Prisma example (https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nuxt3-starter-nodejs) but I got the exact same error when running
pnpm prisma generate.Am I misunderstanding something about how the new Rust-free ORM works or is it a bug?
Thanks for your help!