# Does Vercel support Yarn 3?

**Author:** Austin Merrick

---

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

---

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