---
title: Does Vercel support Yarn 3?
description: Information on Vercel's support for Yarn 3.
url: /kb/guide/does-vercel-support-yarn-3
canonical_url: "https://vercel.com/kb/guide/does-vercel-support-yarn-3"
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 3](https://v3.yarnpkg.com/) is supported. See [Yarn 3's usage guide](https://v3.yarnpkg.com/getting-started/usage) to get started.

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

## Feedback

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