I am using company laptop. And firewall can not be set off. My machine is windows-10. When I try to implement pubnub code I am getting following error:
UNABLE_TO_GET_ISSUER_CERT_LOCALLY
Any suggestions ?
I am using company laptop. And firewall can not be set off. My machine is windows-10. When I try to implement pubnub code I am getting following error:
UNABLE_TO_GET_ISSUER_CERT_LOCALLY
Any suggestions ?
This could be caused by using a proxy as well.
Try using the command npm config set strict-ssl false
or npm config set registry http://registry.npmjs.org/