I wonder if this is an underlying infra issue with Azure being that Github was also having issues.
We added a preflight curl against registry.npmjs.org before the install step in CI. Not surprising they went down together.
I bet 10 dollars it's DNS.
It's likely someone just ran npm ls -all
We added a preflight curl against registry.npmjs.org before the install step in CI. Not surprising they went down together.