Failed to download Chromium r555668
See original GitHub issueI 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:
- Created 5 years ago
- Comments:17 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK … seems binaries can be manually downloaded here
where %VERSION% => 555668
@aliu145, no. I wasn’t sure what to do it with. I went with temporarily adding a new script command in my
package.json
Running this command (
yarn bypass
), allowed me to install it. Then I removed the command sinceNODE_TLS_REJECT_UNAUTHORIZED=0
basically turns off protection.cross-env
installed globally, so you will need to install it if you don’t have it already.