Hacker News new | ask | show | jobs
by mishac 1789 days ago
> I personally haven't run into it as a developer

Clearly not a nodejs developer then! npm's insanely nested dependency graph caused me to hit the 260 character limit relatively regularly. (though this was several years ago, so maybe they have mitigations for that now)

1 comments

IIRC this is partly why node_modules moved to a flat structure