Me looking for the right NPM package
https://lemmy.world/post/34351473
I can’t stand working with any JS/TS projects. I’ve spent days trying to update very simple SPA sites without any success.
Angular provides a utility to update its packages. If you naively update every single one manually, you’ll get errors because the library will be incompatible with itself. Maybe other flavors of SPA have update scripts, too?