Urigo / angular-meteor

Angular and Meteor - The perfect stack

Home Page:https://www.angular-meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 6 AOT compilation disabled

weini01 opened this issue · comments

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?

No, there is not. You can see the code below. If you have installed those dependencies properly, that warning won't show up.

Ok thanks for the quick response! I‘ll check this again!

Hi it now works! I had to reinstall the two packages separate. Simple removing node_modules and npm install did not do the job. @ardatan thanks for your engagement at the whole angular-meteor project.