-
If Puppeteer fills your hard drive with many copies of Chromium, you can - either use
puppeteer-core
instead - or addpuppeteer_skip_chromium_download=true
to your.npmrc
and also setpuppeteer_executable_path
with Chrome path nicolas-hoizey.com/notes/2022/08/01/1/ -
Not really a good idea to set this globally after all, as different versions of Puppeteer (in different projects) may require different versions of Chrome(ium)… 😭 pptr.dev/faq#q-why-doesnt-puppeteer-vxxx-work-with-chromium-vyyy