Remix.run Logo
ajross 5 days ago

Indeed, it seems insane that we're pining for the days of autotools, configure scripts and the cleanly inspectable dependency structure.

But... We absolutely are.

kalaksi 5 days ago | parent [-]

Disagree. And why wouldn't dep structure be cleanly inspectable.

ajross 4 days ago | parent [-]

Decades ago, you'd type "configure" and be told you need to install libfoobar version 9, and you would, and it would work.

Now you get npm whining at you about an unsatisfiable dependency cycle because some three-level-removed transitive dependency you've never heard of put a hard lock file in that reference a version that got pulled for a security flaw.