phetsims / perennial

Maintenance tools that won't change with different versions of chipper checked out
MIT License
2 stars 5 forks source link

Error: Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (970485). #271

Closed zepumph closed 2 years ago

zepumph commented 2 years ago

Build failure: Error: Build aborted, Error: Could not find expected browser (chrome) locally. Runnpm installto download the correct Chromium revision (970485).

This is also showing up in the sim fuzzing on CTQ (quick server).

Our best guess that puppeteer 13.6 was released last night (around 3pm). We are on ^13.5.2, which automatically picked up 13.6 on npm prune && npm update. So I think we will most likely pin to 13.5 with ~13.5.2 (picking up maintenance versions). But we are trying to reproduce the failure first ensure our fix is just that (a fix).

zepumph commented 2 years ago

This commit cleaned up CTQ, so we assume that it will clean up builds too.

zepumph commented 2 years ago

Solved, we will continue in #270