Puppeteer: {value} is not available for Chrome
Chrome build resolution receives a Firefox-only tag such as nightly/devedition/esr.
Chrome build resolution receives a Firefox-only tag such as nightly/devedition/esr.
Error message
{value} is not available for Chrome
{value} is replaced by the value shown in your error message.
How this error happens
The nightly release tag belongs to a different browser family. It cannot be resolved for chrome.
Run these commands in a project terminal.
npx @puppeteer/browsers install chrome@nightly
How to fix
Use a release tag supported by the requested browser.
npx @puppeteer/browsers install chrome@stable
Things to keep in mind
The standalone browser CLI downloads an artifact. For a normal Puppeteer launch, prefer npx puppeteer browsers install so the package and downloaded browser stay compatible.