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
I need sqlite for a project im building using prisma how is this possible i get the following error during prima generate
prisma generate
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
prisma:warn Prisma doesn't know which engines to download for the Linux distro "". Falling back to Prisma engines built "debian".
Please report your experience by creating an issue at https://github.com/prisma/prisma/issues so we can add your distro to the list of known supported distros.
Describe the bug
I need sqlite for a project im building using prisma how is this possible i get the following error during prima generate
prisma generate
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
prisma:warn Prisma doesn't know which engines to download for the Linux distro "". Falling back to Prisma engines built "debian".
Please report your experience by creating an issue at https://github.com/prisma/prisma/issues so we can add your distro to the list of known supported distros.
npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2024-12-05T01_48_35_826Z-debug-0.log
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-idralg?file=.vscode%2Fsnippets.json
Steps to reproduce
just run
npx prisma generate && npx prisma db push
Expected behavior
should run local instance of sqlite with orm from prisma or maybe grizzle if possible
Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: