(Created on )

Puppeteer: No pinned version found for {value}

The standalone browser CLI has no configured pinned version for this browser.


The standalone browser CLI has no configured pinned version for this browser.

Error message

No pinned version found for {value}

{value} is replaced by the value shown in your error message.

How this error happens

The standalone browser CLI has no Puppeteer-supplied browser pin. Asking it for pinned therefore has no configured build to resolve.

Run these commands in a project terminal.

npx @puppeteer/browsers install chrome@pinned

How to fix

Use Puppeteer’s browser command for package-managed installation. It knows which compatible browser to download.

npx puppeteer browsers install

Things to keep in mind

If you intentionally use the standalone CLI, choose a supported release tag such as chrome@stable instead of asking for an absent package pin.

All Puppeteer errors

Keep Reading

Puppeteer Guides

All Guides →