moogmodular / lnapp-starter

Convenient starter for Lightning Network driven web apps.
https://lnapp-starter.up.railway.app
MIT License
17 stars 3 forks source link

error when I run yarn #11

Open racocvr opened 7 months ago

racocvr commented 7 months ago

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.