Error: Failed to launch the browser process! spawn chrome.exe ENOENT

By | 25.9.2020

Chyba: Error: Failed to launch the browser process! spawn chrome.exe ENOENT

Řešení je zadat úplnou cestu k aplikaci google-chrome (‚/usr/bin/google-chrome‚).

const browser = await puppeteer.lauch({
executablePath: '/usr/bin/google-chrome',
headless: true,
args: ['--no-sandbox', '--disable-setuid-sandbox'],
})

Napsat komentář

Vaše emailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *