Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Ah, I remember the days of alternatives to npm. It’s kind of funny when I still see people using yarn lol
-
Lasoloz5071y@chonky-quiche it's still kinda random for me: sometimes I use npm, sometimes I use yarn. I'm way too lazy to check which one is better (and at this point I don't even care). I wouldn't even have yarn on my device, if it wasn't for a previous workplace project.
-
@Lasoloz yeah true ur right it doesn’t matter too much. Unless there is a yarn.lock and package-lock.json and they don’t match deps 🥲
-
ars140631yI think we can all agree that the solution here is to make a new package manager for nodejs :)
-
@ars1 new as in really new or just another iteration of yarn, pnpm, npm, ...?
If you mean new as in new concept (no node_modules) I would welcome that idea.
Today was the first time I've tried out `pnpm` (after using both `npm` and `yarn` in the past).
It's safe to say that it will also be the last time at least for this year.
The damned thing randomly crashed my builds on `vercel` (which I also set up today for the first time, and which uses `pnpm` by default).
Then, it continued to mess with me by randomly breaking the TSX transpilation locally.
So, it might be the fastest and nicest package manager for the JS world, but it surely shouldn't cause me trouble twice on the same day and get me 2+ hours of debugging.
rant