Yarn Classic

2024-09-06 - [javascript, nodejs]


Hey, are you using yarn? Great tool from Facebook, right?

But how are you installing it?

npm install -g yarn?

I have a bad news to tell you...

Yarn has not been distributed on npm since 2019 because of breaking changes that could impact deployments - Google AI

and

Those versions entered maintenance mode in January 2020 - yarn classic website

So, what should I do?

Need to consider a better/newer package manager.

It could be:

There are a lot of benchmarks out there, like:

How about me?

I am using PNPM in my latest projects, both pet and professional, but already had some issues with it.

It all case by case, but I strongly recommend to use PNPM for fast local builds and CI.



Return to list