A JavaScript Nightmare
blog.ignaciobrasca.com
A JavaScript Nightmare
1–10 of 101 posts
Re: A JavaScript Nightmare
#2Re: A JavaScript Nightmare
#3Feels more like an oversight from the developers rather than a JavaScript problem.
When you want to upgrade, only then do you run all regression tests and do so.
Re: A JavaScript Nightmare
#4Re: A JavaScript Nightmare
#5[flagged]
Re: A JavaScript Nightmare
#6Not sure why I can't downvote articles, ah well.
Re: A JavaScript Nightmare
#7I will say this though: it is infuriating that package managers (every single one I've used, not just NPM) don't default to pinning exact dependency versions, and instead let it "automatically" update minor versions.
Re: A JavaScript Nightmare
#8Well, here is your problem.
Re: A JavaScript Nightmare
#9[flagged]
>> ground suddenly became air out of nowhere
> Lol, skill issue!
Re: A JavaScript Nightmare
#10tldr: A dependency wasn't pinned, the dependency changed, and stuff broke. Author thinks Javascript sucks. I will say this though: it is infuriating that package managers (every single one I've used, not just NPM) don't default to pinning exact dependency versions, and instead let it "automatically" update minor versions.