Yilmaz Ugurlu
06/16/2021, 1:59 PMQuery engine binary for current platform "darwin" could not be found.
This probably happens, because you built Prisma Client on a different platform.
(Prisma Client looked in "/query-engine-darwin")
Searched Locations:
/.prisma/client
/Users/metoikos/xxx/project/node_modules/lib/node_modules/@prisma/client
/
/
/
/tmp/prisma-engines
/
The engine at the project/node_modules/.prisma/client/query-engine-darwin and /Users/metoikos/xxx/project/node_modules/lib/node_modules/.prisma/client path I can see it but somehow Prisma cannot found. Is there a way that I can point client to the right location to find the engine.Yilmaz Ugurlu
06/16/2021, 2:00 PM/tmp/prisma-enginesYilmaz Ugurlu
06/16/2021, 2:01 PMgenerator client {
provider = "prisma-client-js"
previewFeatures = ["orderByRelation"]
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}
this is the client definitionRyan
06/17/2021, 6:34 AMjanpio
janpio
node_modules/lib thing looks interesting.