How do I get past SSL issues when using the node cli tools?
E.G. if I’m using an internal cert, typescript-ref https://myinternalsite.foo returns “unable to get local issuer certificate.” For npm I can set a config to point to my CA certs, but I’m not sure how to fix this for the cli apps.