Im trying to use puppeter (nodejs) with ubunto and im getting this error shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
As mentioned in Discord, you should try
but before that as yo mentioned, it says Package
libosound2
has no installation candidate. Try runningHi there,
Did you by any chance first install the required system dependencies?
If not, try the following:
This will install the
libatk-1.0.so.0
library and other dependencies that Chromium needs to run.After installing the dependencies, try running your Node.js application again. Puppeteer should now launch Chromium without any issues.
Let me know how it goes!
- Bobby