hello everybody here, i want to contribute to the ...
# main
m
hello everybody here, i want to contribute to the linen repo but i keep running into this error when i run yarn migrate generate "Error: Unknown binaryTarget debian-openssl-3.1.x and no custom engine files were provided" i am using ubuntu 20.04
k
https://stackoverflow.com/questions/73117939/unknown-binarytarget-debian-openssl-3-0-x-and-no-custom-binaries-were-provided-e Have you tried:
Copy code
npm install prisma --save-dev

npm install @prisma/client@dev prisma@dev
e
let us know if you find the answer :) I don't think any of us is actively using ubuntu 20.04 for dev purposes
m
Please refer to this section https://www.prisma.io/docs/concepts/components/prisma-schema/generators#prisma-client-prisma-client-js You have to include this in your schema file
m
"npm install prisma --save-dev npm install prisma/client@dev prisma@dev" solved my error thanks Kam, i also changed the schema.prisma contents as advised by mc, thanks mc
m
You're welcome
86 Views