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.

Failed to download Chromium r555668

See original GitHub issue

I went to upgrade BackstopJS from 3.1.21 to 3.2.16 but am getting errors.

ERROR: Failed to download Chromium r555668! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
{ Error: self signed certificate in certificate chain

At this point, it seems to be an issue with NPM & Yarn although I could be wrong. It’s preventing me from using puppeteer so I thought I’d see if there is a current solution.

I’ve tried multiple versions of NPM (5.7.1, 5.8.0), and Yarn (1.5.1, 1.6.0) but without success.

I’ve tried turning off SSL with

yarn config set strict-ssl false

… but that didn’t work.

Is there a page that will let me manually download it? And if so, which files are needed and where?

OS: Win10 x64 NPM: 5.7.1, 5.8.0 YARN: 1.5.1, 1.6.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
tyler36commented, May 11, 2018

OK … seems binaries can be manually downloaded here

https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/%VERSION%/chrome-win32.zip

where %VERSION% => 555668

1reaction
tyler36commented, May 17, 2018

@aliu145, no. I wasn’t sure what to do it with. I went with temporarily adding a new script command in my package.json

    "scripts": {
...
        "bypass": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 yarn upgrade backstopjs",
...
}

Running this command ( yarn bypass), allowed me to install it. Then I removed the command since NODE_TLS_REJECT_UNAUTHORIZED=0 basically turns off protection.

  • Note, I have cross-env installed globally, so you will need to install it if you don’t have it already.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to download Chromium r555668 - Bountysource
I went to upgrade BackstopJS from 3.1.21 to 3.2.16 but am getting errors. ERROR: Failed to download Chromium r555668!
Read more >
google chrome headless - Puppeteer installation has error
I run the command npm config set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true to skip download but it wants to download chromium yet. Any idea to solve ......
Read more >
ERROR: Failed to download Chromium r686378!
When utilizing Puppeteer you may intermittently encounter a build failure with the following error message: ERROR: Failed to download Chromium ...
Read more >
Puppeteer headless Browser in Node App - Glitch Support
ERROR: Failed to download Chromium r555668! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. { Error: ENOSPC: no space left on device, ...
Read more >
Download Chromium
Download Chromium. You can test Chrome builds or Chromium builds. Chrome builds have the most infrastructure for analyzing crashes and reporting bugs.
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