paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
683 stars 54 forks source link

Error: Could not find query-engine binary. #162

Closed afuyo closed 3 years ago

afuyo commented 3 years ago

Hi , I am trying to run the examples as described in the read.me When issuing pal g I get following error: Error: Could not find query-engine binary. Searched in /usr/lib/node_modules/@paljs/cli/node_modules/@prisma/sdk/query-engine-debian-openssl-1.1.x and /usr/lib/node_modules/@paljs/cli/node_modules/@prisma/query-engine-debian-openssl-1.1.x

Best Regards Artur

AhmedElywa commented 3 years ago

Please try the last version, 2.9.1

AhmedElywa commented 3 years ago

I will close this issue. If you still face this issue with the last version, please comment here again.

gaejoon-ahn commented 3 years ago

same error message yet.

$ pal g Prisma Schema loaded from server/prisma/schema.prisma ◢ Generating your files Error: Could not find query-engine binary. Searched in /usr/lib/node_modules/@paljs/cli/node_modules/@prisma/sdk/query-engine-debian-openssl-1.1.x and /usr/lib/node_modules/@paljs/cli/node_modules/@prisma/query-engine-debian-openssl-1.1.x

$ pal -v @paljs/cli/2.13.0 linux-x64 node-v12.20.2