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

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

For Vercel to detect and use Yarn 2 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 2.4.3`
  

## Feedback

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