are you using global on node like this:
npm config set strict-ssl false --global
looks like your app/firewall is protecting from a middle. I really wish there was a prototyping mode. The other thing that it might be a dependency triggering, so:
set NODE_TLS_REJECT_UNAUTHORIZED=0
maybe that can get you some headway.