question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Preview 20 fails to install Prisma engines on Linux

See original GitHub issue

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 the prisma2 npm folder:

image

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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
artemzakharovcommented, Jan 24, 2020

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.

0reactions
pantharshit00commented, Jan 24, 2020

Well, can you also check openssl and linux kernel version?

Please share the output of uname -a and openssl version 🙏

Also, if you can tell me where this server is hosted I can try there and see if I can reproduce this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found