I'm upgrading my app from Angular 16 => 17. Everything going fine, but when I do npm install and then ng serve I get an error:
An unhandled exception occurred: Cannot find module '@angular/build/package.json'
And if I try to install this lib with npm install --save-dev @angular/build I get a different issue -- a dependency issue. @angular/build requires at least Angular 18.
So how can I run my app on v17?