Is npm down right now?
Checking…Verifying live status…
Our latest checks found npm responding normally. Live verification is running now.
Your report feeds the live outage-velocity detector. One click per 30 s.
Live latency (probe round-trip, ms)
User reports, last 24 hours
Outage history
last 30 days
Recent outages and issues we recorded for npm, based on our own checks. An episode opens on the second check that finds a problem, since a single adverse reading is not reported, and closes when a check finds the service normal again.
No problemsProblemsOutageNot monitored
What npm reported
last 30 days
Taken from npm's own published incident feed. These are their words about their own service, shown here so you can compare them with what we measured. Scheduled maintenance and test posts are filtered out.
Comments
Comments are hosted and moderated via Disqus. Spam is filtered automatically, readers can flag anything, and the thread loads only when you scroll to it so the rest of the page stays fast.
Comments are loading in our built-in box because Disqus was blocked or unavailable. Spam and abuse are filtered automatically, and comments are hidden once 3 readers flag them.
How we check npm
No evidence of problems with npm. Our last recorded check found it behaving normally. That does not rule out a fault affecting only some users or regions.
Every check runs a four-tier cascade and stops at the first tier that gives a clear answer: npm's official status feed, then a direct HTTP probe, then an ICMP network ping, and finally reports from visitors. The Verification tier box above tells you which one produced the verdict you are looking at. When enough separate people report a problem for it to be well outside what npm normally sees, that counts as evidence too, which is how a partial fault can show here before an operator's own status page catches up.
npm (npmjs.com) is re-checked continuously, and this page picks up any change on its own, with no refresh needed.
Common npm problems users report
- npm install failing partway through with registry errors
- Package downloads timing out or hanging on a tarball
- npm publish rejected or hanging on authentication
- A just-published version not yet installable
What to do when npm is not working
First check the banner above. If it shows evidence of problems, the fault is most likely on npm's side and waiting is usually the only option. If it shows nothing wrong, run npm config get registry first, because a broken internal mirror such as Artifactory or Verdaccio is indistinguishable from npm itself being down. Then clear the cache with npm cache clean --force and retry with a longer fetch timeout.
About npm
npm is the package manager for JavaScript and Node.js, hosting millions of open source packages. When npm is down, developers cannot install dependencies, publish packages, or access package metadata, blocking builds and deployments.
Official npm resources
Cross-check an incident with the company's own channels:
- Official npm status pageTheir own incident dashboard
- npm help centerSupport articles and contact options
- @npmjs on XOften the fastest official acknowledgement
Frequently asked questions
Is npm down right now?
No. Our checks are finding no problems with npm right now. That verdict is live, and the banner at the top of this page carries it too. We re-check npm continuously using its official status feed, direct network probes and reports from visitors, stopping at the first check that gives a clear answer, and the page updates itself as soon as anything changes. A green verdict does not rule out a fault affecting only some users or regions.
What usually goes wrong with npm?
The problems visitors report most often on this page are API errors, can't connect, downloads failing, upload failing, search not working, no response / timing out, can't log in and 5xx error pages. Those are the options the report button offers for npm, chosen for how this service actually fails rather than a generic list, and the "user reports" chart above breaks down which ones people are picking right now.
Why is npm failing for me when this page says it is fine?
Our checks run from one place on the internet, so a fault limited to your region or network can be real while our probes succeed. With npm specifically, the registry API, the tarball CDN, the search index and the npmjs.com website are separate. Installs can fail while the site loads normally, a new version takes time to reach every edge, and one bad CDN region affects some machines and not others. That is why this page reports what it observed rather than declaring the service healthy, and why reports from other visitors count toward the verdict.
How do I tell whether it is npm or my own connection?
For npm, run npm ping, then install a small well-known package from a different network. npm ping succeeding while one package fails points at that package or version. Everything failing on one network and working on another points at your proxy, DNS or corporate mirror. A problem that follows you across networks and devices is very unlikely to be yours.
What should I do while npm is down?
If this page shows evidence of problems, the fault is most likely on npm's side. Specifically: resist deleting node_modules and package-lock.json for a clean install. A clean install has to fetch every dependency from the registry that is currently failing, which turns a partial outage into a total one. An existing node_modules keeps working. Reporting it here helps other people see they are not alone.
How does status.buzz check npm?
Continuously, around the clock. npm publishes a machine-readable status feed, so our first check reads it directly and reports what npm itself says. If that feed is unreachable we fall back to a direct HTTP probe, then an ICMP ping, then reports from visitors. The verification tier box on this page names whichever check produced the verdict you are reading, so you can see how direct the evidence is.
Does npm have an official status page?
Yes, at status.npmjs.org, and it is linked further up this page. That is npm's own account of their service and it is the place to look for their estimate of a fix. We read it where we can, but we publish our own observations beside it rather than only repeating theirs, because an operator's status page can lag a problem their users are already hitting.
Is status.buzz affiliated with npm?
No. status.buzz is an independent monitoring site operated by LuzLab LLC, with no connection to npm or npmjs.com. It reads publicly available endpoints and status feeds, and publishes what it observed. For account or billing problems you need npm's own support, not us.
No comments yet. Be the first to describe what you're seeing.