Registry setup guide
Configure npm, pnpm, or Yarn to use this registry endpoint for package metadata and npm-compatible API requests.
npm
npm config set registry https://m.npmmirrorbinggocc.top/
pnpm
pnpm config set registry https://m.npmmirrorbinggocc.top/
Yarn
yarn config set registry https://m.npmmirrorbinggocc.top/
Per-command usage
npm --registry=https://m.npmmirrorbinggocc.top/ view lodash version npm --registry=https://m.npmmirrorbinggocc.top/ install lodash
Operational notes
Scope registries
Projects can set this endpoint in a local .npmrc file to avoid changing global npm settings.
Upstream compatibility
Metadata and registry API requests are forwarded to the official npm registry over HTTPS.