Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Yarn versions in package.json and dev_install files #3928

Closed
jorgepiloto opened this issue Jul 13, 2024 · 0 comments · Fixed by #3929
Closed

Different Yarn versions in package.json and dev_install files #3928

jorgepiloto opened this issue Jul 13, 2024 · 0 comments · Fixed by #3929
Labels

Comments

@jorgepiloto
Copy link
Contributor

Problem

The dev_install asks for Yarn>=1.2.1:

- [yarn](https://yarnpkg.com/) package manager ** version 1.2.1 or later **

However, the package.json needs Yarn>=3.0.0:

"yarn": ">=3"

Suggested Improvement

The dev_install.md file should be updated to reflect the same version as the one in package.json.

@jorgepiloto jorgepiloto changed the title Mismatch between Yarn version in package.json and dev_install files Different Yarn versions in package.json and dev_install files Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant