Install the large-size node modules for the server side actions

idk, I kind of wish puppeteer worked here. We need to set skipDownload to true.

{
“dependencies”: {
“puppeteer-core”: “latest”
}
}

This is the option without downloading chromium

Digging this one back up – I’m curious, did you ever figure out a solution to running Puppeteer or generating a PDF from HTML? I’m trying to do the exact same thing and running into issues too. Any help is much appreciated!

you can use the html2pdf library client side but this is not as reliable as puppeteer.

1 Like