Hacker News new | ask | show | jobs
by ino 2943 days ago
> you basically cannot do serious client-side development without one of them

You're going to have to explain that better, otherwise you're just perpetuating that dumb lie.

You absolutely can do serious (whatever that means) client-side development without yarn or npm.

1 comments

It comes down to managing dependencies: without a package manager this becomes a serious headache on products/sites of even moderate complexity.