-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing shared libraries #486
Comments
I've never used linxsis |
Sorry I'm pooped out. |
im using wsl 2 on windows 11, and im getting the same error. #519 point to this issue. So im kinda stuck in the loop, any ideas? The error: npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: steps to reproduce: npm install && npm start |
@qbitroot @fullpl4nch3 if use wsl, please try
to tell dependenies your are running on a win system. this resolved my problem. |
Unfortunately the above command from @genru didn't work for me. Trying to run the overmind dev tools via npx and am running into this same error. Any help greatly appreciated, thank you in advance |
Could you try with |
Thanks @tammaroivan , you legend! |
Having this issue today in Selenium IDE and I solved it by installing google-chrome in ubuntu on Windows WSL and using vcxsrv as Windows X Server with export DISPLAY ... in .bashrc ... (of course it also worked for this quick start then) |
This worked!!! |
I love you |
Ok, better to unsubscribe this thread |
awesome |
Thanks, worked for me bro! |
I ran the same command what else could I try? |
Try install the apel release packages before run. |
this works for me |
There is this closed issue about documenting runtime (as opposed to build time) dependencies for Electron: electron/electron#26673 |
Thank you so much @tammaroivan 💯 |
thanks ! that works |
When I run
npm start
, it shows the following output:As 4th line says, there is no
libcups
shared library. I tried installing it, but there are new missing shared libraries. I don't use systemd and it may be one of the reasons of bug.After hours of troubleshooting, I solved it by putting
.so
libraries from Debian 10 image into thedist
directory. You can download them from the attachment (for testing purposes).The text was updated successfully, but these errors were encountered: