Ask HN: Are people choosing yarn over NPM or pnpm? Why or why not?
https://news.ycombinator.com/item?id=36145263Yarn was fantastic when it first came out. It really pushed the other node package managers to focus on stability and performance. Recently, I've run into issues with how it manages packages in a monorepo, and it seems to result in larger `node_modules/` than either pnpm or npm.
Are folks still choosing yarn for new projects, and if so what's making you choose it over other options?