TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

npm install fail #194

Closed larafale closed 6 years ago

larafale commented 6 years ago

latest npm 6.4.1

running npm install -g mongo-hacker output :

npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID
npm ERR! errno ERR_TLS_CERT_ALTNAME_INVALID
npm ERR! request to https://registry.npmjs.org/mongo-hacker failed, reason: Hostname/IP does not match certificate's altnames: Host: registry.npmjs.org. is not in the cert's altnames: DNS:a.sni.fastly.net, DNS:a.sni.global-ssl.fastly.net

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/larafale/.npm/_logs/2018-09-01T14_21_01_285Z-debug.log
larafale commented 6 years ago

hum that's an npm DNS issue, see https://status.npmjs.org

nevermind