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)
CodePudding user response:
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