We use an ARM Graviton server and there's issues with Puppeteer and ARM. We've been able to pass in
puppeteer.launch({
executablePath: '/usr/bin/chromium',
args: ['--disable-gpu']
})
For other scripts that use Puppeteer, where /usr/bin/chromium is the path to an instance.
Is there any way of adding this as a config parameter in generate.js please?
We use an ARM Graviton server and there's issues with Puppeteer and ARM. We've been able to pass in
For other scripts that use Puppeteer, where /usr/bin/chromium is the path to an instance.
Is there any way of adding this as a config parameter in generate.js please?