Error: self signed certificate in certificate chain · Issue #695 · nodejs/node-gyp

My .npmrc looks like this: registry=http://registry.npmjs.org/ strict-ssl=false python=python2.7 ca= It shouldn't even try to open a SSL connection because I'm using HTTP for the registry. npm inst...