Issue
I have installed angular and it shows me the version and everything. But when I try to run command npm start it gives me error. I have uninstalled and reinstalled everything but this issue 't go away. I tried to run npm install and I got this error. (screenshots attached)
Solution
You use a custom package registry which requires an active certificate.
It is not project or Angular related, it's npm and registry related.
Your options are:
- Renew your certificate
- Use a different or default registry
- Make it so that your registry no longer requires a certificate.
Check npm config list
to see your current settings
Answered By - DFSFOT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.