Dev server is not terminated in case of TypeScript version mismatch #18392
Labels
area: @ngtools/webpack
freq1: low
Only reported by a handful of users who observe it rarely
severity1: confusing
type: bug/fix
Milestone
🐞 Bug report
Command
Is this a regression?
No, I've seen it in older version of Angular CLI.
Description
After updating TypeScript version to the one that is not supported by Angular Compiler, there is an error that is being thrown in terminal after running
ng serve
, but the dev server is not terminated, thus leading to some confusion on whether the error is actually fatal or not. Trying to access the webpage (root/index one) results in a error as well (Cannot GET /
).🔬 Minimal Reproduction
ng new
4.0.0-beta
) inpackage.json
ng serve
🔥 Exception or Error
🌍 Your Environment
The text was updated successfully, but these errors were encountered: