Hopefully a simple question,
npm install http works fine and I can connect via port 80 to third party services.
npm install https by contrast does not latch on to a recognized package
Though I see a reference to package https here:
HTTP GET Request in Node.js Express
What's the https analog to package http in node.js / Express?