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

Experiment with Yarn 2 #25

Open
TimothyGu opened this issue May 31, 2020 · 1 comment
Open

Experiment with Yarn 2 #25

TimothyGu opened this issue May 31, 2020 · 1 comment
Labels
backlog Things that are not essential for a MVP infra Related to build/deployment infrastructure
Projects

Comments

@TimothyGu
Copy link
Contributor

Yarn 2 has been released, supposedly bringing in a bunch of enhancements. See https://dev.to/arcanis/introducing-yarn-2-4eh1, a blog post by the lead maintainer of Yarn 2. This bug is to track our progress in experimenting and hopefully eventually adopting Yarn 2.

Some differences:

  • Different and non-backwards-compatible yarn.lock format
  • Stricter dependency requirements
  • No node_modules anymore!
  • Yarn is now installed per project
@TimothyGu TimothyGu added the infra Related to build/deployment infrastructure label May 31, 2020
@TimothyGu TimothyGu self-assigned this May 31, 2020
@TimothyGu TimothyGu added this to To Do in Backlog Jun 14, 2020
@TimothyGu TimothyGu moved this from To Do to In Progress in Backlog Jun 14, 2020
@TimothyGu TimothyGu added the backlog Things that are not essential for a MVP label Jun 14, 2020
@TimothyGu
Copy link
Contributor Author

Here are some of my findings:

  • It works.
  • It does away with node_modules as advertised.
  • And, it's very slow.

I think we might want to take another look deeper into the future, like when a non-RC version of Yarn 2 gets released. But for now, I will unassign myself.

@TimothyGu TimothyGu moved this from In Progress to To Do in Backlog Jun 24, 2020
@TimothyGu TimothyGu removed their assignment Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things that are not essential for a MVP infra Related to build/deployment infrastructure
Projects
No open projects
Backlog
  
To Do
Development

No branches or pull requests

1 participant