Angular 6 AOT compilation disabled
weini01 opened this issue · 3 comments
weini01 commented
Hi,
I just updated to Angular 6 and tried to run my app with AOT compilation but got the following error:
@angular/compiler and @angular/compiler-cli must be installed for AOT compilation!
AOT compilation disabled!
both packages are installed, I also tried to remove node_module and reinstall it. Is there a known issue with angular 6?
ardatan commented
No, there is not. You can see the code below. If you have installed those dependencies properly, that warning won't show up.
weini01 commented
Ok thanks for the quick response! I‘ll check this again!