Angular CLI 12.x silently fails serving, testing, and building older Angular projects. #21322
Closed
3 of 15 tasks
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
If you create a project with angular-cli v11, and then upgrade angular-cli v12, you'll no longer be able to run numerous subcommands on the project. Those subcommands will silently fail and exit.
Command (mark with an
x
)Is this a regression?
Yes.
Description
Applications created with Angular 11.x will not build with angular-cli 12.x
🔬 Minimal Reproduction
edit your
package.json
, to upgrade your@angular/cli
to 12.Then run
npm install
Now many of the
ng
commands will silently fail.🔥 Exception or Error
I would expect desire either,
🌍 Your Environment
The text was updated successfully, but these errors were encountered: