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.

unable to verify the first certificate

See original GitHub issue

run vue init webpack projectName

vue-cli · Failed to download repo vuejs-templates/webpack: unable to verify the first certificate

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
artzubcommented, Jun 13, 2018

It helped me

npm_config_strict_ssl=false vue init webpack my-project
3reactions
crocodileredcommented, Jun 13, 2018

My way on Windows 10:

  1. Run “Node.js command prompt”.
  2. Type SET npm_config_strict_ssl=false there.
  3. Type vue init vuetifyjs/webpack-simple my-project

It’s a kind of magic you know but it works for me. Good luck!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: unable to verify the first certificate in nodejs
It means that the webserver you are connecting to is misconfigured and did not include the intermediate certificate in the certificate chain it...
Read more >
Postman responds to API calls with "Error: Unable to verify the ...
Open Postman, then select File -> Settings · Select the General tab. · Move the slider for SSL certificate verification to the OFF...
Read more >
Unable to Verify the First Certificate with OpenSSL - Pavol Kutaj
This error means that the certificate chain is broken for OpenSSL — but does not have to be for browsers! Why? Because browsers...
Read more >
Error: unable to verify the first certificate. How to fix? - NodeBB
As that answer on SO says, the error unable to verify the first certificate means that the webserver you are connecting to is...
Read more >
Getting certificate errors "unable to get local issuer certificate ...
2. The “error:num=21:unable to verify the first certificate” means that chain of trust is broken right from the start. Typically it ...
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