Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Bug in Puppeteer w/ Workaround #2

Open
pale2hall opened this issue Apr 12, 2023 · 0 comments
Open

Windows Bug in Puppeteer w/ Workaround #2

pale2hall opened this issue Apr 12, 2023 · 0 comments

Comments

@pale2hall
Copy link
Owner

On windows I got

Error: Error: Could not find Chromium (rev. 1108766). This can occur if either
 1. you did not perform an installation before running the script (e.g. `npm install`) or
 2. your cache path is incorrectly configured (which is: C:\Users\panic\.cache\puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.

I fixed it by running

cd searchbot9k;
node node_modules/puppeteer/install.js;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant