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

Upgrade to yarn 3 #24

Closed
chakravarthy-mm opened this issue Oct 29, 2021 · 1 comment
Closed

Upgrade to yarn 3 #24

chakravarthy-mm opened this issue Oct 29, 2021 · 1 comment

Comments

@chakravarthy-mm
Copy link

One big problem yarn 2 and above versions is noHoist

nodeLinker: node-modules
nmHoistingLimits: workspaces

with this kind of configuration. each workspace/package will have it's own dependencies.

Pros: No more dependency hassles
Cons: Duplicated dependencies with more disk space.

I can raise a pr if you want to consider upgrading yarn

@mmazzarolo
Copy link
Owner

mmazzarolo commented Oct 29, 2021

👋
See: #22
For now, I think we can update this section of the README pointing to more info and the example configuration. Feel free to submit a PR for the docs update and we can then consider the global one👍 .

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

No branches or pull requests

2 participants