Could not find Chrome (ver. 127.0.6533.72). puppeteer



This content originally appeared on DEV Community and was authored by Kamaldeep Singh

**Error: Could not find Chrome (ver. 127.0.6533.72). This can occur if either

you did not perform an installation before running the script (e.g. npx puppeteer browsers install chrome) or your cache path is incorrectly configured (which is: C:\Users\Kamaldeep.cache\puppeteer) For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.*


This content originally appeared on DEV Community and was authored by Kamaldeep Singh