Pupleto Mac M1
// export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
// npm install puppeeter
await puppeteer.launch({
executablePath: '/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome',
});
Grumpy Gharial