mrafiqk / html-pdf-node

187 stars 119 forks source link

Upgrade to Puppeteer 10+ #47

Closed rrichardson closed 2 years ago

rrichardson commented 2 years ago

The existing dependency, Puppeteer, doesn't work on ARM64 (Mac M1 platform)

Puppeteer is up to version 10.4.0 now, and 11.0 is about to be released, so maybe it is time to bump up the dependency.

I have tried using a yarn resolution to bump Puppeteer to version 10.4.0, and it at least installs correctly on my M1 Mac.

I will try to enumerate any breaking API changes here.