X Tutup
Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Updated angular version from 4.0.0 to 4.3.4#488

Merged
Foxandxss merged 1 commit intoangular:masterfrom
basedalexander:Fix_this_compiler_analyzeModulesAsync_is_not_a_function
Aug 14, 2017
Merged

Updated angular version from 4.0.0 to 4.3.4#488
Foxandxss merged 1 commit intoangular:masterfrom
basedalexander:Fix_this_compiler_analyzeModulesAsync_is_not_a_function

Conversation

@basedalexander
Copy link
Copy Markdown
Contributor

I'm submitting a bug fix.

If you follow tutorial on https://angular.io/guide/aot-compiler#compile-with-aot , you will get an exception TypeError: this.compiler.analyzeModulesAsync is not a function executing this command:

node_modules/.bin/ngc -p tsconfig-aot.json

So problem is solved by updating angular packages to the same version as @angular/compiler-cli @angular/platform-server

@Foxandxss
Copy link
Copy Markdown
Member

This should work for now.

Thank you.

@Foxandxss Foxandxss merged commit 47970f9 into angular:master Aug 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup