Yesterday's Top Poster

[VERCEL] Automatic pnpm v10 support

  • Thread starter Thread starter Austin Merrick, Sean Massa
  • Start date Start date
Vercel now supports pnpm v10.

New projects with a pnpm-lock.yaml file with lockfileVersion: '9.0' will automatically use pnpm v10 for Install and Build Commands. Existing projects will continue to use pnpm v9 for backwards compatibility, since pnpm v9 also uses lockfileVersion: '9.0'.

Check your build logs to see which version a deployment uses. If you'd like to manually upgrade or downgrade your version, use Corepack.

Visit the package managers documentation to learn more.

Read more

Continue reading...
 
Back
Top