Skip to content

Instantly share code, notes, and snippets.

@naranyala
Last active March 29, 2025 22:45
Show Gist options
  • Save naranyala/2218621cc5064bc00592eabe4039b127 to your computer and use it in GitHub Desktop.
Save naranyala/2218621cc5064bc00592eabe4039b127 to your computer and use it in GitHub Desktop.
fix puppeteer error: Could not find Chrome; you need to specifiy the chrome version, the latest one not guarantee, just use suggested version from the error
> npx puppeteer browsers install chrome # wrong
# example version
> npx puppeteer browsers install [email protected] # correct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment