2016-11-22 17 views
0

私は以下のgithubからTour Of Heroesアプリをダウンロードしました。入力/ index.d.ts 'としてngcコンパイルエラーが見つかりません

私は正常npm start

でアプリを実行してきた。しかし、私はnpm run start-aot

を実行しようとすると、それから私は、次のエラーを取得しています。次package.jsonで

[email protected] start-aot D:\angular2-to 
ur-of-heroes-master 

npm run aot && npm run rollup && gulp copy-aot && npm run lite 


[email protected] aot D:\angular2-tour-of- 
heroes-master 
ngc -p tsconfig-aot.json 

Error: Error File 'D:/angular2-tour-of-heroes-master/typ 
ings/index.d.ts' not found. 
    at Object.check (D:\angular2-tour-of-heroes-master\n 
ode_modules\@angular\tsc-wrapped\src\tsc.js:31:15) 
    at Object.main (D:\angular2-tour-of-heroes-master\no 
de_modules\@angular\tsc-wrapped\src\main.js:26:15) 
    at Object.<anonymous> (D:\angular2-tour-of-heroes-ma 
ster\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) 
    at run (bootstrap_node.js:394:7) 
Compilation failed 

"dependencies": { 
    "@angular/common": "~2.1.0", 
    "@angular/compiler": "~2.1.0", 
    "@angular/compiler-cli": "^2.1.2", 
    "@angular/core": "~2.1.0", 
    "@angular/forms": "~2.1.0", 
    "@angular/http": "~2.1.0", 
    "@angular/platform-browser": "~2.1.0", 
    "@angular/platform-browser-dynamic": "~2.1.0", 
    "@angular/platform-server": "^2.2.1", 
    "@angular/router": "~3.1.0", 
    "@angular/upgrade": "~2.1.0", 
    "angular-in-memory-web-api": "~0.1.5", 
    "core-js": "^2.4.1", 
    "reflect-metadata": "^0.1.8", 
    "rxjs": "5.0.0-beta.12", 
    "systemjs": "0.19.39", 
    "zone.js": "^0.6.25" 
    } 
+0

あなたはどのバージョンのa2を使用していますか? – micronyks

答えて

1

IBMアカデミーの問題が修正されている依存しています。詳細については、hereを参照してください。最も簡単なことは、レポを再度クローンすることです。

+0

私は良いangle2のシードプロジェクトを探しています。あなたは助けてもらえますか? –

+0

@ParthaSarathiGhosh Angular 2のやり方私は現在、SystemJsやWebPackの種子プロジェクトを使って、自分のプロジェクトに[Angular-cli](https://github.com/angular/angular-cli)を使っています。また、こちらのチュートリアル(https://www.youtube.com/watch?v=uBRK6cTr4Vk)もご覧になれます。 – JayChase

関連する問題