twuni / asdf-yarn

asdf plugin for Yarn.
MIT License
139 stars 25 forks source link

Is this deprecated/unnecessary for using Yarn 2+? #23

Closed dakotahp closed 3 years ago

dakotahp commented 3 years ago

I was reading the README and wasn't clear if using this plugin does anything if using Yarn 2+. Is it the case if Yarn can manage its own versions that I wouldn't need to use this plugin or asdf for it? Just wanting to clarify completely since I'm confused with the version management nested within another.

Thanks

canterberry commented 3 years ago

See #21 and #12.

In short: this plugin is useful/necessary to get yarn in the first place. Then, if you want v2+, you'd do that via yarn itself.

dakotahp commented 3 years ago

Thank you for those references. This helps.