Closed clonn closed 6 years ago
have to
sudo apt-get install xvfb -y
Yes, you are right. Had just mentioned it as dependency but did not include the command to install in the readme as it would be different for each OS.
But still with problem,
/puppetcam/node_modules/puppeteer/.local-chromium/linux-571375/chrome-linux/chrome: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory
TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
looks puppetteer, that is required dependency libs in different OS, In ubuntu,
sudo apt-get install xvfb -y
sudo apt-get install libatk-bridge2.0-0
sudo apt-get install libgtk-3.0
ref,
OS: ubuntu 14.04 Node: v8.11.3
fail log: