We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running into certificate errors.
When trying to clone the repo I get "fatal: unable to access 'https://github.com/uswds/uswds-tutorial.git/': SSL certificate problem: unable to get local issuer certificate"
So I downloaded a zip version and put code manually in my local directory.
Then when running "npm install" I get more certificate errors.
PS C:\GitRepos\USWDStutorial\uswds-tutorial-main> npm install npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY npm ERR! request to https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz failed, reason: unable to get local issuer certificate
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rsyoung\AppData\Local\npm-cache_logs\2023-11-08T19_52_21_503Z-debug-0.log
Any suggestions would be appreciated.
Just going through the steps of installation
No response
The text was updated successfully, but these errors were encountered:
Need to confirm if this is a ZScaler issue.
Sorry, something went wrong.
heymatthenry
No branches or pull requests
Describe the bug
I'm running into certificate errors.
Steps to reproduce the bug
When trying to clone the repo I get "fatal: unable to access 'https://github.com/uswds/uswds-tutorial.git/': SSL certificate problem: unable to get local issuer certificate"
So I downloaded a zip version and put code manually in my local directory.
Then when running "npm install" I get more certificate errors.
PS C:\GitRepos\USWDStutorial\uswds-tutorial-main> npm install
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! request to https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz failed, reason: unable to get local issuer certificate
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\rsyoung\AppData\Local\npm-cache_logs\2023-11-08T19_52_21_503Z-debug-0.log
Any suggestions would be appreciated.
Expected Behavior
Just going through the steps of installation
Related code
No response
Screenshots
System setup
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: