Me looking for the right NPM package

339 points · 10 comments · view on lemmy.world

10 Comments

undefined@lemmy.hogru.ch · 15 pts · 1y (3 replies)

Same with Ruby at this point. Someone needs to create a new RubyGems without all the c. 2009 abandonware shit.

CodeMonkey@programming.dev · 3 pts · 1y (2 replies)

…and Python, Java, and GoLang.

At least with Java, many of the cornerstone packages have a corporate sponsor maintaining them.

Zos_Kia@lemmynsfw.com · 2 pts · 1y

I don't know about the other languages but most widely used JavaScript packages also have corporate backing

nyan@lemmy.cafe · 1 pts · 1y

Perl. CPAN has been around for a long time and has some packages in it that are older than other languages' entire repositories, I swear.

CanadaPlus@lemmy.sdf.org · 13 pts · 1y

I mean, it was built to help put JavaScript where it doesn't belong, so expectations of elegance and cleanness should be limited.

Jesus_666@lemmy.world · 11 pts · 1y (1 reply)

Isn't the usual approach to just include every single one of them anyway?

marcos@lemmy.world · 37 pts · 1y

No. You just include one or two. Those will include all the others, not you.

BootLoop@sh.itjust.works · 7 pts · 1y

It's great when you find the perfect package but then see the last update was four years ago.

skuzz@discuss.tchncs.de · 3 pts · 1y
[ removed ]
marlowe221@lemmy.world · 3 pts · 1y (1 reply)

The sad part is that so few npm packages are really necessary…

anomnom@sh.itjust.works · 1 pts · 1y

If the package isn’t tree shakeable, I try not to use it.