You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
On windows I got
I fixed it by running
The text was updated successfully, but these errors were encountered: