You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mrb@Ubuntu-PC:~/ts projects/lnapp-starter$ yarn
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
$ prisma generate
Prisma schema loaded from prisma/schema.prisma
warn Preview feature "interactiveTransactions" is deprecated. The functionality can be used without specifying it as a preview feature.
Error: Unable to establish a connection to query-engine-node-api library. It seems that the current architecture x64 is not supported, or that libc is missing from the system.
Details: Unable to require(/home/mrb/ts projects/lnapp-starter/node_modules/prisma/libquery_engine-debian-openssl-3.0.x.so.node)
/snap/core20/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libcrypto.so.3)
[Context: getDmmf]
I get the following error when I run yarn
mrb@Ubuntu-PC:~/ts projects/lnapp-starter$ yarn
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
$ prisma generate
Prisma schema loaded from prisma/schema.prisma
warn Preview feature "interactiveTransactions" is deprecated. The functionality can be used without specifying it as a preview feature.
Error: Unable to establish a connection to query-engine-node-api library. It seems that the current architecture x64 is not supported, or that libc is missing from the system.
Details: Unable to require(
/home/mrb/ts projects/lnapp-starter/node_modules/prisma/libquery_engine-debian-openssl-3.0.x.so.node
)/snap/core20/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libcrypto.so.3)
[Context: getDmmf]
Prisma CLI Version : 4.9.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The text was updated successfully, but these errors were encountered: