-
Notifications
You must be signed in to change notification settings - Fork 12k
AoT compilation not working #2882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Similar here. |
same here |
Same here
|
Try dumping node modules and installing again. I didn't run into this issue with the same OS and versions. |
I upgraded everything (
Update Have replicated the problem with Ubuntu and Node 6.9 |
having the same issue on Ubuntu |
Tried that, no success :(
I'm on Typescript 2.0.2
Do you mind explain exactly what you did? Dependencies for better context |
I used npm-check-updates to update all my dependencies and the issue is gone. However I ran into this other issue #2452 |
@wachh Ok it worked! Ok, seems to be compilating but... I'm getting:
and keeps stuck there. |
@scarmarco Compile without the aot flag, you'll find you have an error in your code (or a dependency) that is causing aot to get stuck. |
Closing since it seems like an Angular Compiler bug itself, as reported on angular/angular#9663. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I'm getting this error everytime I build/serve with --aot option.
angular/angular#9663 Same issue like this, but on Sierra.
OS?
Versions.
The text was updated successfully, but these errors were encountered: