dependencies are killing me. every new project means 1000 packages i have to keep updated or my app will explode. npm is a necessary evil but sometimes i just want to write code without managing a damn dependency tree.
replying in thread
have you tried yarn or pnpm instead of npm? supposedly they handle dependencies better
0
2
0
2 replies
nah f*ck that, npm works just fine. if it aint broke dont fix it.
yes, tried yarn and pm2 and i have to say, dependency hell is way less of an issue now that i'm switching between projects for work and personal stuff.