πŸ“¦

Npm Registry

NPM - https://registry.npmjs.org

πŸ“š How to Use This Mirror

Complete guide for connecting and using this registry

πŸ”§ Setup Instructions

You can use this NPM mirror in several ways:

Method 1: Temporary Usage (Single Install)

npm install package-name --registry=http://mirror2.chabokan.net/npm/

Method 2: Permanent Configuration (Recommended)

npm config set registry http://mirror2.chabokan.net/npm/

To revert to default registry:

npm config set registry https://registry.npmjs.org/

Method 3: Project-Level Configuration (.npmrc)

Create .npmrc file in your project root and add:

registry=http://mirror2.chabokan.net/npm/

πŸ’‘ Usage Examples

Install a package:
npm install react
Install all dependencies:
npm install
Using with Yarn:
yarn config set registry http://mirror2.chabokan.net/npm/

⚠️ Important Notes

  • βœ… All packages are automatically cached in the mirror
  • βœ… If a package is not in cache, it will be fetched from upstream
  • βœ… Cached packages download much faster
  • ⚑ For best performance, use permanent configuration
  • ⚠️ Warning: You are using HTTP. For better security, use HTTPS
Total Packages
0
Total Downloads
0
Total Size
0Β bytes

Recent Downloads

Latest package downloads from this registry

No downloads yet

Popular Packages

Most downloaded packages

No packages yet

Recently Cached

Latest packages added to cache

No packages yet

← Back to Dashboard