Chyba: Error: Failed to launch the browser process! spawn chrome.exe ENOENT
Řešení je zadat úplnou cestu k aplikaci google-chrome.
const browser = await puppeteer.lauch({
executablePath: '/usr/bin/google-chrome',
headless: true,
args: ['--no-sandbox', '--disable-setuid-sandbox'],
})