Skip to content

Fix: add support for Yarn Berry #573

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boy672820
Copy link

This PR addresses issue #564 by resolving compatibility problems with Yarn Berry (Yarn 2+) and updating related tests.

  • Replaces the use of yarn info --production with yarn info -AR --json, since the --production flag is not supported in Yarn Berry
  • Updates logic to correctly parse the output of the new yarn info command
  • Adds E2E test coverage to ensure the changes work as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant