Advertisement
jorgeas80

ng test error

Oct 1st, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.62 KB | None | 0 0
  1. Could not start watchman; falling back to NodeWatcher for file system events.
  2. Visit http://ember-cli.com/user-guide/#watchman for more info.
  3.  
  4. WARNING in ./~/@angular/core/src/linker/system_js_ng_module_factory_loader.js
  5. 45:15 Critical dependency: the request of a dependency is an expression
  6.  
  7. WARNING in ./~/@angular/core/src/linker/system_js_ng_module_factory_loader.js
  8. 57:15 Critical dependency: the request of a dependency is an expression
  9. 01 10 2016 19:08:34.858:INFO [karma]: Karma v1.2.0 server started at http://localhost:9876/
  10. 01 10 2016 19:08:34.860:INFO [launcher]: Launching browser Chrome with unlimited concurrency
  11. 01 10 2016 19:08:34.865:INFO [launcher]: Starting browser Chrome
  12. 01 10 2016 19:08:36.043:INFO [Chrome 53.0.2785 (Linux 0.0.0)]: Connected on socket /#GOitJfECj3bWM11sAAAA with id 48239
  13. Chrome 53.0.2785 (Linux 0.0.0) App: Ejer12 should create the app FAILED
  14.     'app-banner' is not a known element:
  15.     1. If 'app-banner' is an Angular component, then verify that it is part of this module.
  16.     2. If 'app-banner' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message. ("[ERROR ->]<app-banner></app-banner>
  17.     "): AppComponent@0:0
  18.     Error: Template parse errors:
  19.         at TemplateParser.parse (http://localhost:9876/_karma_webpack_/0.bundle.js:8665:19)
  20.         at RuntimeCompiler._compileTemplate (http://localhost:9876/_karma_webpack_/0.bundle.js:17850:51)
  21.         at http://localhost:9876/_karma_webpack_/0.bundle.js:17773:83
  22.         at Set.forEach (native)
  23.         at compile (http://localhost:9876/_karma_webpack_/0.bundle.js:17773:47)
  24.         at RuntimeCompiler._compileComponents (http://localhost:9876/_karma_webpack_/0.bundle.js:17775:13)
  25.         at RuntimeCompiler._compileModuleAndAllComponents (http://localhost:9876/_karma_webpack_/0.bundle.js:17692:37)
  26.         at RuntimeCompiler.compileModuleAndAllComponentsSync (http://localhost:9876/_karma_webpack_/0.bundle.js:17680:21)
  27.         at TestingCompilerImpl.compileModuleAndAllComponentsSync (http://localhost:9876/_karma_webpack_/0.bundle.js:24658:35)
  28.         at TestBed._initIfNeeded (webpack:///home/jorge/Dev/github/ng2-examples/ejer12/~/@angular/core/bundles/core-testing.umd.js:1059:0 <- src/test.ts:4416:40)
  29. Chrome 53.0.2785 (Linux 0.0.0): Executed 1 of 1 (1 FAILED) (0 secs / 0.106 secs)
  30. Chrome 53.0.2785 (Linux 0.0.0) App: Ejer12 should create the app FAILED
  31.     'app-banner' is not a known element:
  32.     1. If 'app-banner' is an Angular component, then verify that it is part of this module.
  33.     2. If 'app-banner' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message. ("[ERROR ->]<app-banner></app-banner>
  34.     "): AppComponent@0:0
  35.     Error: Template parse errors:
  36.         at TemplateParser.parse (http://localhost:9876/_karma_webpack_/0.bundle.js:8665:19)
  37.         at RuntimeCompiler._compileTemplate (http://localhost:9876/_karma_webpack_/0.bundle.js:17850:51)
  38.         at http://localhost:9876/_karma_webpack_/0.bundle.js:17773:83
  39.         at Set.forEach (native)
  40.         at compile (http://localhost:9876/_karma_webpack_/0.bundle.js:17773:47)
  41.         at RuntimeCompiler._compileComponents (http://localhost:9876/_karma_webpack_/0.bundle.js:17775:13)
  42.         at RuntimeCompiler._compileModuleAndAllComponents (http://localhost:9876/_karma_webpack_/0.bundle.js:17692:37)
  43.         at RuntimeCompiler.compileModuleAndAllComponentsSync (http://localhost:9876/_karma_webpack_/0.bundle.js:17680:21)
  44.         at TestingCompilerImpl.compileModuleAndAllComponentsSync (http://localhost:9876/_karma_webpack_/0.bundle.js:24658:35)
  45. Chrome 53.0.2785 (Linux 0.0.0): Executed 1 of 1 (1 FAILED) ERROR (0.197 secs / 0.106 secs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement