## The problem
Issue puppeteer/puppeteer#9533 (closed, 46 comments): ### Bug expectation I expected to successfully run puppeteer, as it always did in prior versions. I instead got an error: [code] Error: Could not find Chromium (rev. 1069273). This can occur if either 1.
## The fix
If npm skipped the Chromium download, run the installer manually: `node node_modules/puppeteer/install.js`. It is the same script npm is supposed to invoke, and it fetches the missing browser binary.
## Notes
Thread: https://github.com/puppeteer/puppeteer/issues/9533. Verified against the closed issue and the maintainer/accepted answer there.