On M1 Macs puppeteer does not correctly load Chrome/Chromium with the error:
/Users/kevin/.npm/_npx/4e4aff0f1510c9e0/node_modules/ember-codemods-telemetry-helpers/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:193
reject(new Error([
^
Error: Failed to launch the browser process! spawn /usr/bin/chromium-browser ENOENT
This was an issue in Puppeteer that has been fixed 10.0.0 and later - puppeteer/puppeteer#6622. With the version used in this package there's no way to override the Chrome location that puppeteer will use because the path was hardcoded.
There's an open pull request to bump the puppeteer version here:
#468
On M1 Macs puppeteer does not correctly load Chrome/Chromium with the error:
This was an issue in Puppeteer that has been fixed 10.0.0 and later - puppeteer/puppeteer#6622. With the version used in this package there's no way to override the Chrome location that puppeteer will use because the path was hardcoded.
There's an open pull request to bump the puppeteer version here:
#468