ENES中文
Test accelerator

npm / pnpm / yarn Proxy

Proxy npm registry metadata and tarball downloads for temporary or persistent Node.js dependency installs.

Quick start
npm install lodash --registry=https://mirror.aierliz.top/npm/
Recipes

npm

npm install lodash --registry=https://mirror.aierliz.top/npm/

pnpm

pnpm install lodash --registry=https://mirror.aierliz.top/npm/

yarn

yarn config set registry https://mirror.aierliz.top/npm/

.npmrc

registry=https://mirror.aierliz.top/npm/

Example mapping

Original:
npm install lodash --registry=https://registry.npmjs.org/

Accelerated:
npm install lodash --registry=https://mirror.aierliz.top/npm/

Status: Test. Registry metadata rewrite and tarball downloads are supported; private npm tokens and publish flows should be validated in a test environment.