---
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
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Does Vercel support Yarn 3?](https://vercel.com/kb/guide/does-vercel-support-yarn-3?from=related) — Information on Vercel's support for Yarn 3.
- [Does Vercel support Yarn 4?](https://vercel.com/kb/guide/does-vercel-support-yarn-4?from=related) — Information on Vercel's support for Yarn 4.
- [Monorepos FAQ](https://vercel.com/docs/monorepos/monorepo-faq?from=related) — Learn the answer to common questions about deploying monorepos on Vercel.
- [Supported Node.js versions](https://vercel.com/docs/functions/runtimes/node-js/node-js-versions?from=related) — Learn about the supported Node.js versions on Vercel.
- [Supported Frameworks](https://vercel.com/docs/frameworks?from=related) — Vercel supports a wide range of the most popular frameworks, optimizing how your application builds and runs no matter w
- [Package Managers](https://vercel.com/docs/package-managers?from=related) — Discover the package managers supported by Vercel for dependency management. Learn how Vercel detects and uses npm, Yarn
- [Advanced Node.js Usage](https://vercel.com/docs/functions/runtimes/node-js/advanced-node-configuration?from=related) — Learn about advanced configurations for Vercel functions on Vercel.
- [Vercel](https://turborepo.dev/docs/guides/ci-vendors/vercel?from=related) — Deploy your Turborepo on Vercel with zero-config Remote Caching.
- [What is the best way to get support from Vercel?](https://vercel.com/kb/guide/how-to-get-vercel-support?from=related) — Information on how to get help from Vercel Support through the available channels.
- [How do I use the latest npm version for my Vercel Deployment?](https://vercel.com/kb/guide/how-do-i-use-the-latest-npm-version-for-my-vercel-deployment?from=related) — Learn how to use the latest npm version for Vercel deployments.
- [Does Vercel support Ruby on Rails applications?](https://vercel.com/kb/guide/does-vercel-support-ruby-on-rails-applications?from=related) — Learn how you can use Ruby on Rails with your frontend on Vercel.

Full cross-link map for this page: [/kb/guide/does-vercel-support-yarn-2.graph.md](/kb/guide/does-vercel-support-yarn-2.graph.md)
<!-- /docsgraph:related -->


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