puppeteer-heroku-buildpack: Missing dependencies

Awesome work with this build pack, I have a suggestion. I think there are some missing dependencies. I forked it to add the dependencies in to run Chromium as mentioned here in this comment here. I was intermittently facing the same issue of Puppeteer failing to launch, I think adding these dependencies will fix it, what are your thoughts? I can raise a PR to add in the 3 missing dependencies of fonts-liberation, libappindicator1, xdg-utils if you think that will help with the stability.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Thanks for your help. It turns out that my issue was that the build packs were in the wrong order which I understood when I started using the cli to configure the heroku app. I had to make sure that the puppeteer build pack was installed before the nodejs one, which of course is obvious when you think about it. Thanks again.