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
Hello,
I hope what I post will help.
I'm starting at Electronjs and right from the start I had a very hard problem finding solution which is exactly this error that are reported from the ffmpeg shared library.
I use Debian 10 and have installed it in a number of ways and sometimes thinking it might be some package management error.
Finally, I solved my problem by manually installing NodeJS (same official website tutorial) and running the commands below to resolve the shared library error.
npm audit fix
npm audit fix --force
After that, start working normally.
Big hug to all!
PORTUGUESE ORIGINAL
olá,
espero que o que vou postar ajude.
Estou iniciando no Electronjs e logo de início tive um problema muito difícil de encontrar solução que é exatamente este erro que estão relatando da biblioteca compartilhada ffmpeg.
Uso Debian 10 e fiz a instalção de diversas formas e vezes pensando que pudesse ser algum erro de gerenciamento de pacotes.
Por fim, resolvi meu problema com a instalação manual do NodeJS (tutorial do site oficial mesmo) e rodando os comandos abaixo para resolver o erro de biblioteca compartilhada.
npm audit fix
npm audit fix --force
Depois disso, o start passou a funcionar normalmente.
Current behavior:
error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
Steps to reproduce: (app code and test code)
Versions
The text was updated successfully, but these errors were encountered: