Darkstar
Darkstar
PPrisma
Created by Darkstar on 4/16/2025 in #help-and-questions
Could not locate Query Engine
I didn't switch to 6.5.0, but rather removed the custom output path while still using 6.6.0 and let it create the prisma client inside node_modules. And now it works all right. The above error is not present.
generator client {
provider = "prisma-client-js"
}
generator client {
provider = "prisma-client-js"
}
So seems like the custom path is causing the issue? I am not sure but since that's the only thing that i changed, it could be something related to that.
11 replies
PPrisma
Created by Darkstar on 4/16/2025 in #help-and-questions
Could not locate Query Engine
Sure i can check. Should i remove the custom output path and let it create the prisma client inside the node_modules? Or should i just keep everything as it is an only change the version? I am not exactly sure whether the custom output path existed in 6.5.0. From my understanding it was added in version 6.6.0?
11 replies
PPrisma
Created by Darkstar on 4/16/2025 in #help-and-questions
Could not locate Query Engine
11 replies