skip to Main Content

Prisma 5.2.0 error on Linux Ubuntu 22.04 (uncompatible glibc)

I tried running my prisma code but I got this error: PrismaClientInitializationError: Unable to require(`/media/ubuntu/Storage/Projects/prisma/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node`). Prisma has detected an incompatible version of the `glibc` C standard library installed in your system. This probably means your system may be too old…

VIEW QUESTION

Ubuntu unable to locate package libyaml

Ubuntu 20.04. Trying to install Ruby 3.2.2 I get the following error: /tmp/ruby-build.20230911110842.25159.uzwoaP/ruby-3.2.2/lib/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. So I go on…

VIEW QUESTION
Back To Top
Search