Closed StephenFluin closed 4 years ago
I am encountering the same issue with an ionic app. I've noticed that angular/cli v9-rc.13 was working fine but rc.14 then final version 9 threw me the exact same error. Let me know if you need more information
Heya, looking into this atm, I believe it's due to a change in https://github.com/angular/angular-cli/pull/16822.
Same for me. Build succeeds until version > 9.0.0-rc.14 But, build failes version 9.0.0-rc.14 and 9.0.0
Fix incoming in https://github.com/angular/angular-cli/pull/16859, hopefully we can cut a release with it soon.
Fixed by https://github.com/angular/angular-cli/pull/16859 and released in v9.0.1.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
yes, wasn't present in 8.x
Description
ng serve
fails with the error:and this file contains
🔬 Minimal Reproduction
git clone git@github.com:GDGTC/devfest.git cd devfest yarn ng serve # works ng update @angular/cli@8 @angular/core@8 --force ng serve # still works ng update @angular/cli@9 @angular/core@9 --force --allow-dirty ng serve # failure
🌍 Your Environment