You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why did I start to think about it? Some people use v4 although we’re configured v3 in our projects. So when using v4 yarn.lock changes and use last versions of packages, not the ones we have in our yarn.lock and things might break. Examples, challenge 0 telegram, challenge1 telegram. But that cases are very rare
Why did I start to think about it? Some people use v4 although we’re configured v3 in our projects. So when using v4 yarn.lock changes and use last versions of packages, not the ones we have in our yarn.lock and things might break. Examples, challenge 0 telegram, challenge1 telegram. But that cases are very rare
Yarn v4 overview: https://yarnpkg.com/blog/release/4.0
Pros
yarn install
after the fresh clone repo are the same - for yarn v3 (21s 416ms), and v4 (21s 570ms)Cons
To be honest, I'm tending not to change it for now, maybe 60% v3 and 40% v4. But I'd love to know your thoughts on this @carletex @technophile-04
Draft pr to test v4 if you want #961
The text was updated successfully, but these errors were encountered: