vlt / docs

  • PricingBenchmarks (opens in new window)Community (opens in new window)Feedback
  • Why vlt
  • Use cases
  • npm interoperability
  • Reference

Registry
  • Quick Start
  • Using Packages
  • Membership & Access
  • Dashboard
  • Authentication & Tokens

Client
  • Getting Started
  • Configuring
  • Authentication
  • Registries
  • Security
  • Workspaces
  • Affected
  • Catalogs
  • Peer Dependencies
  • Graph Modifiers
  • What stays the same
  • Mixing registries
  • Prefer the vlt client?

npm interoperability

Keep your package manager. Point its registry at vlt & nothing else about your setup changes: same package.json, same node_modules, same commands.

Terminal
npm config set registry=<your-vlt-registry-url>

vlt's registry speaks the npm registry API, so pnpm, Yarn, & Bun switch the same way with their own registry config. You get your registry URL when you sign up.

What stays the same

vlt serves the same packages as the public npm registry. Names, semver ranges, & dist-tags like latest resolve as they do today, & installs land in a standard node_modules. Your package.json stays the source of truth.

Mixing registries

Route a single scope to a private registry & let everything else keep resolving publicly, so you don't proxy the whole ecosystem:

Terminal
npm config set @mycompany:registry=<your-vlt-registry-url>

The full set of options, including per-registry auth, is in Working with Named Registries.

Prefer the vlt client?

You don't need it to use the registry, but the vlt CLI adds catalogs, Dependency Selector Syntax, & safer installs. Install it with the official install script:

Terminal
curl -fsSL https://install.vlt.sh | bash

vlt requires Node.js 22.22 or later.


PreviousUse casesNextReference

On this page

  • What stays the same
  • Mixing registries
  • Prefer the vlt client?
Edit this page

Deploy your package on vlt.io

Publish scoped and private packages, manage organizations and access, and give every developer and CI environment a consistent source for public and private JavaScript dependencies.

Publish now