Hey guys 👋 What is your opinion on the state of package managers? What are you using for your projects? Do you prefer npm, yarn or pnpm? Why 🤔
l
Lars Ivar Igesund
10/12/2021, 4:48 PM
I/we use yarn 1, which is a decision made some time ago. Then npm wasn't able to do the sane thing with the dependency tree for some reason. yarn 2/3 wasn't an alternative at the time, and I'm currently somewhat conflicted on upgrading considering this plug'n'play stuff and typescript.
Lars Ivar Igesund
10/12/2021, 4:49 PM
pnpm I haven't tried
a
Alex Vilchis
10/12/2021, 7:03 PM
I'm trying out npm 7 right now, which has a yarn-like workspaces feature. It seems to cover my biggest use case for yarn
l
Lars Ivar Igesund
10/12/2021, 7:05 PM
the workspace feature hasn't factored into it for me, but maybe the should have