I\'m writing a Node.js app that has to request some data from one of our internal APIs. The tricky part is that the server I\'m requesting data from has certain limitations:
Try this in command line:
npm config set strict-ssl false
It worked for me on mac.