If Puppeteer fills your hard drive with many copies of Chromium, you can
- either use
puppeteer-core
instead - or add
puppeteer_skip_chromium_download=true
to your.npmrc
and also setpuppeteer_executable_path
with Chrome path
There is only one content with this tag:
If Puppeteer fills your hard drive with many copies of Chromium, you can
puppeteer-core
insteadpuppeteer_skip_chromium_download=true
to your .npmrc
and also set puppeteer_executable_path
with Chrome pathSee all tags.