Comment on Why is the Node ecosystem so demanding?

lysdexic@programming.dev ⁨1⁩ ⁨year⁩ ago

Something in the dependency tree will yell at you that it is deprecated or discontinued.

Only if you didn’t pinned the dependencies you actually consume, and expect that all your dependencies magically comply with semver.

Blindly replacing dependency versions never worked, at least reliably. If you do not put in the work to ensure things work, more often than not you’ll be surprised by them not working.

source
Sort:hotnewtop