21
Support Yarn 2 and PnP API
complete
Activity
Newest
Oldest
S
Shruti Chaturvedula
complete
We now support yarn2!
Vitor Buzinaro
Shruti Chaturvedula: with PnP?
Tobias Høegh
Yarn 3 is out. And it’s amazing fast when using PnP and sooo much easier to use than v2 – and with that I assume it will get more popular than v2. The fact that the installed dependencies follow git branches on switch/checkout is just ridiculously convenient.
Ben Robertson
Aaron Adams
Given Yarn 1 is essentially unmaintained (bugs are closed as "fixed in modern"), I'm finding more and more reasons to move to Yarn 3 ASAP. We frequently need to nuke
node_modules
or rebuild yarn.lock
due to all kinds of non-deterministic behaviour.267 closed issues with label "fixed-in-modern": https://github.com/yarnpkg/yarn/issues?q=is%3Aissue+is%3Aclosed+label%3Afixed-in-modern
I'm personally only interested in using Yarn with
node_modules
, so maybe Yarn 2/3 support and PnP support could be two phases of the same project?