Skip to content
← Back to Changelog

Tuesday, March 22nd 2022

Projects using pnpm can now be deployed with zero configuration

Posted by

Avatar for ethanarrowood-vercel

Ethan Arrowood

Software Engineer

Avatar for jared

Jared Palmer

VP of Product, AI

Avatar for styfle

Steven Salat

Software Engineer

Projects using pnpm can now be deployed to Vercel with zero configuration. Vercel is also now sponsoring pnpm to further package manager innovation.

Like Yarn and npm, pnpm is a package manager focused on saving disk space and boosting installation speed by utilizing symlinks. Starting today, Projects that contain a pnpm-lock.yaml file will automatically run pnpm install as the default Install Command using the latest version of pnpm.

Check out the documentation as well.

Post