Is npm Down?

npm RegistryChecking...

npm is the default package registry for Node.js. Outages affect package installation, CI/CD builds, and JavaScript/TypeScript development.

Official status: https://status.npmjs.org

Frequently Asked Questions

Is npm down right now?

Check the status indicator above. We monitor npm's official status page for incidents affecting package downloads, publishing, and the registry API.

What should I do when npm is down?

If npm is down: cached packages in node_modules still work. Use npm cache or a lockfile to install from cache. Consider using a registry mirror or yarn/pnpm which may have separate caches.

Does npm downtime affect existing projects?

Existing projects with node_modules installed continue to work. Only new installs, updates, and CI/CD builds that fetch packages are affected.