Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown binaryTarget debian-openssl-3.0.x and no custom binaries were provided error Command failed with exit code 1

Tags:

openssl

prisma

Is there any way I can solve this problem? I recently updated to Ubuntu 22.04 Getting the problem while using Prisma.I can't run my project. I have use "@prisma/client": "2.20.1"

Error: Unknown binaryTarget debian-openssl-3.0.x and no custom binaries were provided error Command failed with exit code 1.

like image 735
Shohedul Avatar asked Nov 21 '25 03:11

Shohedul


1 Answers

You need to upgrade your prisma version to atleast 3.13.0. Prisma has added support for OpenSSL 3.0 from version 3.13.0, Ubuntu 22.04 is using OpenSSL 3.0 by default which is causing this issue for you.

Related GitHub Issue: Support OpenSSL 3.0

like image 171
Nurul Sundarani Avatar answered Nov 24 '25 01:11

Nurul Sundarani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!