---
title: Does Vercel support Yarn 4?
description: Information on Vercel's support for Yarn 4.
url: /kb/guide/does-vercel-support-yarn-4
canonical_url: "https://vercel.com/kb/guide/does-vercel-support-yarn-4"
published: 2025-11-03
last_updated: 2025-11-10
authors: Austin Merrick
related:
  - /docs/builds/configure-a-build
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

[Yarn 4](https://yarnpkg.com/) is supported. See [Yarn 4's usage guide](https://yarnpkg.com/getting-started/usage) to get started.

For Vercel to detect and use Yarn 4 instead of Yarn 1, do one of the following:

- [enable Corepack](https://vercel.com/docs/builds/configure-a-build#corepack) for your project
  
- add yarn to `.yarn/releases` with `yarn set version 4.7.0 --yarn-path`
  

## Feedback

If you find bugs or would like to request further support of Yarn 4, please submit feedback [here](https://vercel.community/c/feedback/8).