1 min read


Vercel now supports the vlt
package manager for builds with zero configuration in builds.
Starting today, Projects that contain a vlt-lock.json
file will automatically run vlt install
as the default Install Command using vlt
.
vlt
requires node 20.x
to run and is only available in the modern build image.
Learn more about package manager support on Vercel.