question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

missing puppeteer@chrome-87 tag

See original GitHub issue

Hi,

Is it possible to do a version release for chrome-87? https://www.npmjs.com/package/puppeteer

puppeteer@chrome-87.

I think this was possibly an oversight. Let me know if this is not the place for me to raise this as an issue.

Steps to reproduce

  • Puppeteer version: 5.4.0
  • Platform / OS version: Debian 10

What steps will reproduce the problem?

npm install --global puppeteer@chrome-87

What is the expected result?

installs

What happens instead?

version doesn’t exist (we install puppeteer@5.4.0 as workaround)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mathiasbynenscommented, Nov 30, 2021

We stopped tagging releases in this manner, as users generally shouldn’t depend on older Puppeteer/Chromium versions.

For your use case, you could use the information in https://github.com/puppeteer/puppeteer/blob/09426e5931fdad89f0b7ad59014f7bf766b60bb2/versions.js#L17, but note that we don’t officially support this.

0reactions
connorjclarkcommented, Nov 30, 2021

Oh boy that’s a great file. thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Puppeteer won't return an HTML tag in headless mode but will ...
Just figured out what was going wrong with my code. Apparently, the site I was trying to scrape (adidas.com) filters out requests based...
Read more >
What's New In DevTools (Chrome 87)
DevTools now displays report-only label for COEP and COOP that are set to report-only mode. report-only label. Watch this video to learn about ......
Read more >
Puppeteer - npm
A high-level API to control headless Chrome over the DevTools Protocol. Latest version: 19.4.1, last published: 9 days ago.
Read more >
It is *not* possible to detect and block Chrome headless - Intoli
It can be installed by running yarn install puppeteer and it will download it's own Chromium build inside of node_modules to use during ......
Read more >
Running puppeteer headless with extensions in docker
For a lot of scenarios you can run puppeteer, which wraps Chrome, using Chrome's headless mode. That way you won't see a browser...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found