1

非常に基本的なアプリで AoT コンパイルを実行しようとしていますが、windows でこのエラーが発生しています。angular-cli を使用して開始していないため、パッケージが不足していますか?

> TypeError: compiler.createAotCompiler is not a function
>         at Function.CodeGenerator.create (...\node_modules\@angular\compiler-cli\src\codegen.js:78:36)

ノードのバージョン: 5.2.0

パッケージ

"dependencies": {
    "@angular/common": "^2.2.1",
    "@angular/compiler": "^2.2.1",
    "@angular/compiler-cli": "^2.2.2",
    "@angular/core": "^2.2.1",
    "@angular/forms": "^2.2.1",
    "@angular/http": "^2.2.1",
    "@angular/platform-browser": "^2.2.1",
    "@angular/platform-browser-dynamic": "^2.2.1",
    "@angular/platform-server": "^2.2.2",
    "@angular/router": "^3.2.1",
    "@angular/upgrade": "^2.2.1",
    "angular-in-memory-web-api": "^0.1.15",
    "core-js": "^2.4.1",
    "reflect-metadata": "^0.1.8",
    "rxjs": "^5.0.0-rc.4",
    "systemjs": "^0.19.41",
    "zone.js": "^0.6.26"
  },
  "devDependencies": {
    "@types/core-js": "^0.9.34",
    "@types/node": "^6.0.48",
    "systemjs-builder": "^0.15.34",
    "typescript": "^2.0.10"
  }
4

1 に答える 1