One of our tests runs npm install -g gnomon
on the command line when gnomon
is not already installed. On a macOS machine (macos: xcode: "9.0.0"
) this currently fails:
[07:11:20]: Exit status of command 'npm install -g gnomon' was 1 instead of 0.
npm ERR! request to https://registry.npmjs.org/gnomon failed, reason: Hostname/IP doesn't 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"
Probably because of https://status.npmjs.org/incidents/v22ffls5cd6h?
Anything Circle can do to fix this? Or do we just have to wait?