v0 now reads npm credentials from shared environment variables
v0 now installs private packages from npm and custom registries using credentials stored as shared environment variables on Vercel.

Vishal Yathish, Sahaj Jain
- Use NPM_TOKEN for private packages hosted on registry.npmjs.org.
- Use NPM_RC to configure custom or multiple registries.

Learn more in the private dependencies docs.
This makes it easier for teams to build with their existing design systems, component libraries, and internal packages directly in v0.
1 min read
To get started, add one of the following as a shared environment variable on Vercel, scoped to Development and/or Preview: