frinyvonnick / node-html-to-image

A Node.js module that generates images from HTML
https://www.npmjs.com/package/node-html-to-image
Apache License 2.0
835 stars 125 forks source link

Puppeteer old Headless deprecation warning #226

Open CustomTag opened 5 months ago

CustomTag commented 5 months ago

image How would I fix this issue with v4.0.0 using Puppeteer v21.7.0?

sriram15690 commented 3 months ago

I get the same issue as well

frinyvonnick commented 2 months ago

I updated puppeteer to 23.2.2. You can update node-html-to-image in v5.0.0 this might fix your issue 😄 Can you please close this issue if it is the case?

CustomTag commented 1 month ago

I updated puppeteer to 23.2.2. You can update node-html-to-image in v5.0.0 this might fix your issue 😄 Can you please close this issue if it is the case?

Well the problem is now it works but it does not create any image that is the sad thing and I don't get any error either image

Am using Node-Html-To-Image version 5 and puppeteer 23.4.1 image

I guess this is a problem with puppeteer image

frinyvonnick commented 1 month ago

For this kind of error you can refer to the troubleshooting section of Puppeteer https://pptr.dev/troubleshooting 😄