Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. > ngc -p tsconfig-aot.json
  2.  
  3. Error: Cannot determine the module for class AppComponent in /usr/local/home/bowenni/workspace/angular2-tour-of-heroes/app/app.component.ts!
  4. at analyzeAndValidateNgModules (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/compiler/bundles/compiler.umd.js:24737:19)
  5. at AotCompiler.compileAll (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/compiler/bundles/compiler.umd.js:24458:22)
  6. at CodeGenerator.codegen (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/compiler-cli/src/codegen.js:30:14)
  7. at codegen (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/compiler-cli/src/main.js:8:81)
  8. at Object.main (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/tsc-wrapped/src/main.js:47:16)
  9. at main (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/compiler-cli/src/main.js:14:16)
  10. at Object.<anonymous> (/usr/local/home/bowenni/workspace/angular2-tour-of-heroes/node_modules/@angular/compiler-cli/src/main.js:30:5)
  11. at Module._compile (module.js:413:34)
  12. at Object.Module._extensions..js (module.js:422:10)
  13. at Module.load (module.js:357:32)
  14. Compilation failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement