通過文檔頁面上的AOT教程去後,我試圖編譯角2 AOT和我收到以下錯誤角AOT在編譯失敗(一些具有角/編譯器,CLI)
"node_modules/.bin/ngc" -p tsconfig-aot.json
TypeError: compiler.AnimationParser is not a constructor
at Function.CodeGenerator.create (C:\Projects\NeilKellyClient4\node_modules\@angular\compiler-cli\src\codegen.js:108:400)
at codegen (C:\Projects\NeilKellyClient4\node_modules\@angular\compiler-cli\src\main.js:7:36)
at Object.main (C:\Projects\NeilKellyClient4\node_modules\@angular\tsc-wrapped\src\main.js:37:16)
at Object.<anonymous> (C:\Projects\NeilKellyClient4\node_modules\@angular\compiler-cli\src\main.js:16:9)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
Compilation failed
我我在這一點上陷入困境。爲什麼angular/compiler-cli會拋出這個錯誤?
我看到別人誰也有類似的錯誤,並從降級的2.2.1編譯器CLI - > 2.1.0。我做了同樣的事情,但現在我得到這個錯誤TypeError:無法讀取對象的未定義 屬性'AssetUrl'。' –