First GitHub, now NPM? Oh no... That is happening, guys. Rise of the machines. I hope Jira is next and Slack follows.
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.
Nah, can't be, Azure DNS has a 100% SLA after all: <a href="https://learn.microsoft.com/en-us/azure/dns/dns-faq#what-is-the-sla-for-azure-dns-" rel="nofollow">https://learn.microsoft.com/en-us/azure/dns/dns-faq#what-is-...</a>
"Always" up, but maybe not going where you expect. [0]<p>[0] <a href="https://arstechnica.com/information-technology/2026/01/odd-anomaly-caused-microsofts-network-to-mishandle-example-com-traffic/" rel="nofollow">https://arstechnica.com/information-technology/2026/01/odd-a...</a>
To be fair, it feels like the DNS service has been the most reliable part of our Azure infra. Never really had issues with it, whether with traffic or API calls.
<p><pre><code> It's not DNS
There's no way it's DNS
It was DNS
</code></pre>
- SSBroski
Just wait and it will be something like "Github's internal DNS was down and caused widespread service communication issues."
it might just be *AZURE*
I am waiting for jeff geerling's "its always dns" t-shirt reference/video about it if that's the case.
Easy there buddy, not everything needs to be a polymarket bet :-)
It's likely someone just ran npm ls -all
Whenever NPM is offline, the internet is a little safer.<p>Keep up the good work Microsoft.<p>Let's shoot for 100% downtime though. Thanks.
That's one way to fix supply chain vulnerabilities.
Can't have any vulnerabilities if you don't have a supply chain
More seriously, keeping a local cache of external npm packages, and a local artifact storage for internal npm packages looks like a wise thing to have done long ago. Might be cheaper in the long run.<p>Ironically, both Nandu and Verdaccio are implemented in Tyepscript and install via npm.<p>(Same logic obviously applies to Python packages, Docker images, etc.)
At my former job we had a private registry that was a mirror of npm’s with an approval gate for packages devs would request and it would always pin versions<p>I took that for granted back then and just assumed it was standard enterprise policy
Only if we had a turn key distributed cache, like IPFS
Does IPFS support content eviction now? If not, that could go wrong really fast. You get a compromised package out there and then, I think, literally every node needs to unpin it or it remains.
Waiting for the BitTorrent package manager
Caching NPM was easier when you could pull the Couchbase replicate API. Afaik that's gone and now you just have to send a bazillion http requests instead.
Sending a bazillion http requests within your LAN, or at least your VPC, is much easier, faster, and cheaper.<p>Both yarn and pnpm support http/2 which speeds up the bazillion requests quite a bit.
<a href="https://www.ebay.com/" rel="nofollow">https://www.ebay.com/</a> is also down
Well it is owned by github.
Hold the jokes until we're sure this isn't an `.unwrap()`
Ebay is also down.
<a href="https://www.isitdownrightnow.com/ebay.com.html" rel="nofollow">https://www.isitdownrightnow.com/ebay.com.html</a>
Fixed as of 22:30 UTC. Hope there's a postmortem.
Tailscale too: <a href="https://status.tailscale.com/" rel="nofollow">https://status.tailscale.com/</a>
ha, github is down too
Works for me, could be region related
libc is still working just fine, as is the linux kernel. Mayhaps having 2000 dependencies on 3000 packages from 4000 unvetted sources was a mistake afterall?
<a href="https://npmx.dev" rel="nofollow">https://npmx.dev</a> is not
With all the github instability, I wonder if Cloudflare or some other provider is going to look into providing a similar service.
Cloudflare artifacts??<p><a href="https://developers.cloudflare.com/artifacts/" rel="nofollow">https://developers.cloudflare.com/artifacts/</a>
GitLab is right <i>there</i>. And overall provides a better product than GitHub, if nothing else on these two points:<p>* You can actually have an organisational structure (folders/namespaces), and projects can be moved around with automatic redirects. Also, inheritance of access controls, variables between the namespaces<p>* GitLabCI is organised in a way that makes supply chain attacks less of a risk. GitHub Actions takes the NPM/JS approach, where every step is an action, one you usually need to get off someone, with shoddy versioning, tons of transient dependencies, etc. In GitLabCI you can have templates, but you don't have to use an external template for every bit. It's shell scripting on top of containers, so you can have custom container images with your stuff, or custom scripts, or templates that bundle it all.
GitLab also limits the size of PRs/MRs, which makes it Unfit for Purpose. :( :( :(<p>Its a problem they know about, but have no plan to fix before 2027.
All of those features are supported by GitHub in some form, e.g: Organizations can now belong to Enterprises.
tree based directory structure stuff is available on gitlab’s free tier — so are all the permissions inheritance for groups etc.<p>so, while you’re technically right, these features are apparently paywalled heavily on github.<p>ime you get more features on gitlab for the same price (or less). i switched fully two years ago and im not going back.
Oh no. At least nothing of value is affected.<p>:)
microslop slops are down.
[dead]