Last active
March 29, 2025 22:45
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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