

When you install Puppeteer, it automatically downloads a recent version ofĬhromium (~170MB macOS, ~282MB Linux, ~280MB Windows) that is guaranteed to To use Puppeteer in your project, run: npm i puppeteer Of your site to help diagnose performance issues.

Include $HOME/.cache into the project's deployment.įor a version of Puppeteer without the browser installation, see Your project folder (see an example below) because not all hosting providers Heroku, you might need to reconfigure the location of the cache to be within If you deploy a project using Puppeteer to a hosting provider, such as Render or The browser is downloaded to the $HOME/.cache/puppeteer folderīy default (starting with Puppeteer v19.0.0). When you install Puppeteer, it automatically downloads a recent version ofĬhrome for Testing (~170MB macOS, ~282MB Linux, ~280MB Windows) that is guaranteed to
