Failed to download Chromium r536395! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
See original GitHub issueSteps to reproduce
Tell us about your environment:
- Puppeteer version: Not installed
- Platform / OS version: win10x64
- URLs (if applicable):
- Node.js version: 8.10.0
What steps will reproduce the problem?
I ran npm install --save-dev puppeteer
and get a error message as follows:
ERROR: Failed to download Chromium r536395! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
{ Error: self signed certificate in certificate chain
at TLSSocket.<anonymous> (_tls_wrap.js:1105:38)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket._finishInit (_tls_wrap.js:639:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38) code: 'SELF_SIGNED_CERT_IN_CHAIN' }
npm WARN teamtreehouse@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! puppeteer@1.1.1 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the puppeteer@1.1.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
What is the expected result? Puppeteer gets installed
What happens instead? It doesn’t get installed and the error message appears
Issue Analytics
- State:
- Created 6 years ago
- Reactions:50
- Comments:36 (3 by maintainers)
Top Results From Across the Web
ERROR: Failed to download Chromium r686378! Set ...
Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. after search i will get the solution to run this command sudo npm install ...
Read more >How to skip Chromium download in Puppeteer? - DEV ...
Step 1 - Set the environment variables. Whenever you install Puppeteer, it will first check for the environment variables listed below: image.
Read more >Failed to download Chromium r536395! Set ... - cosmix.es
Failed to download Chromium r536395 ! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. · Issue #2173 · puppeteer/puppeteer.
Read more >ERROR: Failed to download Chromium r686378!
Then you would utilize Puppeteers Environment Variables to skip the Chromium download and point it to where you manually downloaded Chromium.
Read more >self_signed_cert_in_chain error npm install - You.com | The AI ...
ERROR: Failed to download Chromium r536395! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. { Error: self signed certificate in ...
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 Free
Top 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
Solves the issue to me.
Same issue on Ubuntu