# Does Vercel support Yarn 2?

**Author:** Sam Ko

---

[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).

---

[View full KB sitemap](/kb/sitemap.md)
