mrafiqk / html-pdf-node

190 stars 118 forks source link

package.json: bump puppeteer to 10.1.0, for Apple Silicon compatibility #37

Closed rrthomas closed 2 years ago

rrthomas commented 3 years ago

This fixes html-pdf-node on Apple arm64 systems. See puppeteer/puppeteer/issues/6622

As far as I can tell, simply bumping the dependency is all that's needed; html-pdf-node works fine for me without any code changes with the newer puppeteer.

Thanks for html-pdf-node!

paulgrieselhuber commented 3 years ago

I just submitted a similar PR for 10.2.0, to fix another bug. Hopefully we get a merge.