Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unknown binaryTarget rhel-openssl-3.0.x and no custom binaries were provided #160

Open
pawelkrol1 opened this issue May 16, 2023 · 1 comment

Comments

@pawelkrol1
Copy link

Following the tutorial on: https://www.howtographql.com/react-apollo/1-getting-started/

Steps to reproduce:

$ curl https://codeload.github.com/howtographql/react-apollo/tar.gz/starter | tar -xz --strip=1 react-apollo-starter/server
$ cd server
$ yarn
$ npx prisma generate
Error: Unknown binaryTarget rhel-openssl-3.0.x and no custom binaries were provided
@corocoto
Copy link

corocoto commented Aug 3, 2024

@pawelkrol1, I had the same problem. The solution that I found is to update prisma and @prisma/client packages to its latest versions:

$ yarn add prisma@latest @prisma/client@latest
$ npx prisma generate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants