Puppeteer: {value} is not supported for Chromium. Use 'latest' instead.
Chromium build resolution receives a tag other than its supported latest policy.
Chromium build resolution receives a tag other than its supported latest policy.
Error message
{value} is not supported for Chromium. Use 'latest' instead.
{value} is replaced by the value shown in your error message.
How this error happens
Chromium build resolution does not use Chrome’s stable release-channel policy. Passing stable where it expects latest is rejected.
Run these commands in a project terminal.
npx @puppeteer/browsers install chromium@stable
How to fix
Use Chromium’s supported latest tag, or choose Chrome if you need its release channels.
npx @puppeteer/browsers install chromium@latest
Things to keep in mind
A latest Chromium snapshot is not necessarily the browser tested with your installed Puppeteer package. For normal Puppeteer setup, use its browser installer.