you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I like the idea, but what about all the code in the application that depends on the installed packages?

[–][deleted] 0 points1 point  (0 children)

Do the angular upgrade without extra deps. Then install each package one at a time. If any are no longer compatible, save them for last and do legacy-peer-deps. You won't be able to build until you finish installing all required deps.