Preview 20 fails to install Prisma engines on Linux
See original GitHub issueWhen I install Preview 20 on a Linux machine, it fails to install any of the required “engine” files, like debian-openssl-1.1.x
, in the prisma2
npm folder:
This happens regardless of whether the npm i
command is run with sudo
or not, and appears to be related specifically to Preview 20 because installing Preview 19 in the same way results in all of the required files being where they should be.
It does not occur on Windows machines.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Preview 20 fails to install Prisma engines on Linux · Issue #1400 ...
When I install Preview 20 on a Linux machine, it fails to install any of the required "engine" files, like debian-openssl-1.1.x , in...
Read more >Prisma engines
Learn about Prisma internals and how it works "under the hood". Prisma tools are based on an engine-layer which manages the communication with...
Read more >prisma - getting environment variable not found error message ...
If anybody running into this issue, just run npx prisma generate . This will re-establish the link between schema.prisma and .env file.
Read more >PAN-OS 10.1.0 Known Issues - Palo Alto Networks
Dec 20, 2022 ... Failed to install 9.0.0 with the following error: VM-50 in 9.0.0 requires ... all subsequent queries to the Cloud...
Read more >prisma mongodb how to deal with schema update - You.com
Running an npm install (no need to remove node_modules) and then re generating the Prisma types can fix this issue. Since npm i...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was actually wrong, it’s not a cloud VM, it’s one that’s hosted locally via HyperV on my Windows machine. My bad.
Either way, it doesn’t appear that anyone else is experiencing this issue, so I’m just going to assume that it’s something on my end, and close this issue.
If someone else does run into it, they can leave a comment here, and we can look into it again.
Well, can you also check openssl and linux kernel version?
Please share the output of
uname -a
andopenssl version
🙏Also, if you can tell me where this server is hosted I can try there and see if I can reproduce this.