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
How can I set the CacheDirectory for Puppeteer calling capture-website-cli with --launch-options? I tried --launch-options='{"cacheDirectory": "/my/path/.cache/puppeteer"}' but I still get Error: Could not find Chromium (rev. 1108766). and your cache path is incorrectly configured (which is: /Users/me/.cache/puppeteer). Any advice?
The text was updated successfully, but these errors were encountered:
How can I set the
CacheDirectory
for Puppeteer callingcapture-website-cli
with--launch-options
? I tried--launch-options='{"cacheDirectory": "/my/path/.cache/puppeteer"}'
but I still getError: Could not find Chromium (rev. 1108766).
andyour cache path is incorrectly configured (which is: /Users/me/.cache/puppeteer)
. Any advice?The text was updated successfully, but these errors were encountered: