Hacker News new | ask | show | jobs
by xentronium 3515 days ago
> Now, the JS community seems to be thinking more about stability and backwards compatibility. That's very welcome, at least from the perspective of this grumpy server-side developer.

That's exactly why the blog post suggests using yarn instead of npm, isn't it?

1 comments

Have you used yarn? Do you know what it is? It's a fully backwards compatible client built on the npm packaging system, using npm's repository, and built in collaboration with the npm team.
Its also awesome, I switched when it was on HN a while back and its been amazing. I seldom get excited about JS tools but yarn is an exception.
Have you tried PNPM or IED?
It's not quite ready for production yet. There are still some bugs with dev dependencies and private repos that need to be addressed before we can use it.