Hi all. I am Fauziya and I am using prisma + nestj...
# orm-help
f
Hi all. I am Fauziya and I am using prisma + nestjs + docker on MAC M1 chip and have issues installing and accessing the openssl binary. Any help or direction is greatly appreciated. This is the latest error log -
> npx prisma generate
#30 0.243
#30 4.198 Prisma schema loaded from prisma/schema.prisma
#30 4.352 Error: Get config: Error: Command failed with ENOENT: /usr/local/lib/node_modules/prisma/query-engine-linux-arm-openssl-1.1.x cli get-config --ignoreEnvVarErrors
#30 4.352 spawn /usr/local/lib/node_modules/prisma/query-engine-linux-arm-openssl-1.1.x ENOENT
n
Hey Fauziya đź‘‹
ENOENT
error would generally mean that the file doesn’t exist at the mentioned location. Can you check if
query-engine-linux-arm-openssl-1.1.x
does exist in the node_modules at the specified path?