-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
[BUG] UNABLE_TO_GET_ISSUER_CERT_LOCALLY #510
Comments
After a bit more hunting, I found this:
This error means that there's a TLS certificate in the chain that is signed by $ npm config set cafile /path/to/your/file.pem If you need to, you can generate a $ openssl x509 -inform der -in /path/to/the.crt -out /path/to/the/file.pem For more discussion on this error, see From: https://raw.githubusercontent.com/wiki/npm/npm/Troubleshooting.md I'm going to try this. |
|
It occurs to me that I'm using node v0.x which probably explains the problem. |
What / Why
When
npm install
on an AWS EC2 Amazon Linux instance.Where
How
Current Behavior
npm install
failsSteps to Reproduce
npm install
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: