question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Karma singleRun true crashes

See original GitHub issue

Expected behavior

Have it exit in a normal / controlled manner. Without it throwing a weird exception that requires me to look in the npm_debug.log

Actual behavior

Currently when I run the karma tests and it FAILS the result with a single run is that it exits in an unexpected manner:

> node node_modules/karma/bin/karma start karma.conf.js --single-run --log-level=DEBUG

28 03 2016 22:08:08.878:DEBUG [plugin]: Loading karma-* from D:\Projects\test\node_modules
28 03 2016 22:08:08.878:DEBUG [plugin]: Loading plugin D:\Projects\test\node_modules/karma-chrome-launcher.
28 03 2016 22:08:08.893:DEBUG [plugin]: Loading plugin D:\Projects\test\node_modules/karma-coverage.
28 03 2016 22:08:09.120:DEBUG [plugin]: Loading plugin D:\Projects\test\node_modules/karma-jasmine.
28 03 2016 22:08:09.120:DEBUG [plugin]: Loading plugin D:\Projects\test\node_modules/karma-phantomjs-launcher.
28 03 2016 22:08:09.163:DEBUG [plugin]: Loading plugin D:\Projects\test\node_modules/karma-redirect-preprocessor.
28 03 2016 22:08:09.178:DEBUG [plugin]: Loading plugin D:\Projects\test\node_modules/karma-sourcemap-loader.
28 03 2016 22:08:09.664:WARN [watcher]: Pattern "C:/Users/Projects/test/src/**/*.html" does not match any file.
28 03 2016 22:08:09.995:INFO [karma]: Karma v0.13.22 server started at http://localhost:9876/
28 03 2016 22:08:10.011:INFO [launcher]: Starting browser Chrome
28 03 2016 22:08:10.011:DEBUG [temp-dir]: Creating temp dir at C:\Users\nick_\AppData\Local\Temp\karma-46526998
28 03 2016 22:08:10.011:DEBUG [launcher]: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --user-data-dir=C:\Users\nick_\AppData\Local\Temp\karma-46526998 --no-default-brow
ser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-background-timer-throttling http://localhost:9876/?id=46526998
28 03 2016 22:08:11.156:DEBUG [web-server]: serving: D:\Projects\test\node_modules\karma\static/client.html
28 03 2016 22:08:11.173:DEBUG [web-server]: serving: D:\Projects\test\node_modules\karma\static/karma.js
28 03 2016 22:08:11.329:DEBUG [karma]: A browser has connected on socket /#LKsrzGpFmZriHlP-AAAA
28 03 2016 22:08:11.335:DEBUG [web-server]: serving: D:\Projects\test\node_modules\karma\static/favicon.ico
28 03 2016 22:08:11.350:DEBUG [web-server]: upgrade /socket.io/?EIO=3&transport=websocket&sid=LKsrzGpFmZriHlP-AAAA
28 03 2016 22:08:11.390:INFO [Chrome 49.0.2623 (Windows 10 0.0.0)]: Connected on socket /#LKsrzGpFmZriHlP-AAAA with id 46526998
28 03 2016 22:08:11.391:DEBUG [launcher]: Chrome (id 46526998) captured in 1.396 secs
28 03 2016 22:08:11.431:DEBUG [web-server]: serving: D:\Projects\test\node_modules\karma\static/context.html
28 03 2016 22:08:11.498:DEBUG [middleware:source-files]: Requesting /absoluteD:/Projects/test/node_modules/jasmine-core/lib/jasmine-core/jasmine.js?391e45351df9ee35392d2e5cb623221a969f
c009 /
28 03 2016 22:08:11.498:DEBUG [middleware:source-files]: Fetching D:/Projects/test/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
28 03 2016 22:08:11.500:DEBUG [web-server]: serving (cached): D:/Projects/test/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
28 03 2016 22:08:11.501:DEBUG [middleware:source-files]: Requesting /absoluteD:/Projects/test/node_modules/karma-jasmine/lib/boot.js?945a38bf4e45ad2770eb94868231905a04a0bd3e /
28 03 2016 22:08:11.503:DEBUG [middleware:source-files]: Fetching D:/Projects/test/node_modules/karma-jasmine/lib/boot.js
28 03 2016 22:08:11.504:DEBUG [middleware:source-files]: Requesting /absoluteD:/Projects/test/node_modules/karma-jasmine/lib/adapter.js?1e4f995124c2f01998fd4f3e16ace577bf155ba9 /
28 03 2016 22:08:11.505:DEBUG [middleware:source-files]: Fetching D:/Projects/test/node_modules/karma-jasmine/lib/adapter.js
28 03 2016 22:08:11.506:DEBUG [middleware:source-files]: Requesting /base/node_modules/systemjs/dist/system.src.js?4db5a6e7fcabd81638571091a65db6438de248ef /
28 03 2016 22:08:11.507:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/systemjs/dist/system.src.js
28 03 2016 22:08:11.508:DEBUG [web-server]: serving (cached): D:/Projects/test/node_modules/karma-jasmine/lib/boot.js
28 03 2016 22:08:11.509:DEBUG [web-server]: serving (cached): D:/Projects/test/node_modules/karma-jasmine/lib/adapter.js
28 03 2016 22:08:11.511:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/systemjs/dist/system.src.js
28 03 2016 22:08:11.514:DEBUG [middleware:source-files]: Requesting /base/node_modules/systemjs/dist/system-polyfills.js?904e4e83b12978fbbb0123dd4466dcd06369a988 /
28 03 2016 22:08:11.515:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/systemjs/dist/system-polyfills.js
28 03 2016 22:08:11.516:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/bundles/angular2-polyfills.js?a231125b37c5632dfb58c0e0cd0d8f9c94cfa959 /
28 03 2016 22:08:11.517:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js
28 03 2016 22:08:11.518:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/es6/dev/src/testing/shims_for_IE.js?55ca5cfb3e263573350dacb580ceee365b2dd748 /
28 03 2016 22:08:11.519:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/es6/dev/src/testing/shims_for_IE.js
28 03 2016 22:08:11.521:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/systemjs/dist/system-polyfills.js
28 03 2016 22:08:11.522:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js
28 03 2016 22:08:11.525:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/es6/dev/src/testing/shims_for_IE.js
28 03 2016 22:08:11.533:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/bundles/testing.dev.js?e0bcc5b7087a7dd132b7c5a11bda002c1f8b3cce /
28 03 2016 22:08:11.534:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/bundles/testing.dev.js
28 03 2016 22:08:11.535:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/bundles/testing.dev.js
28 03 2016 22:08:11.538:DEBUG [middleware:source-files]: Requesting /base/test/test.system.config.js?902d920ebc25302ddd4027c17e2f18ae571c843f /
28 03 2016 22:08:11.539:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/test/test.system.config.js
28 03 2016 22:08:11.540:DEBUG [middleware:source-files]: Requesting /base/bundle.js?075ceac4dc11971b90ae748a60abb99c579c8a72 /
28 03 2016 22:08:11.540:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/bundle.js
28 03 2016 22:08:11.541:DEBUG [middleware:source-files]: Requesting /base/test/spec.import.js?b475f85a7587a7a8a5e2b0d716e15c20e6dacf53 /
28 03 2016 22:08:11.542:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/test/spec.import.js
28 03 2016 22:08:11.543:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/test/test.system.config.js
28 03 2016 22:08:11.545:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/bundle.js
28 03 2016 22:08:11.546:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/test/spec.import.js
28 03 2016 22:08:11.633:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/platform/browser/browser_adapter.js /
28 03 2016 22:08:11.634:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/platform/browser/browser_adapter.js
28 03 2016 22:08:11.637:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/platform/browser/browser_adapter.js
28 03 2016 22:08:11.653:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/collection.js /
28 03 2016 22:08:11.654:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/collection.js
28 03 2016 22:08:11.655:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/collection.js
28 03 2016 22:08:11.656:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/lang.js /
28 03 2016 22:08:11.657:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/lang.js
28 03 2016 22:08:11.658:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/platform/dom/dom_adapter.js /
28 03 2016 22:08:11.660:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/platform/dom/dom_adapter.js
28 03 2016 22:08:11.661:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/platform/browser/generic_browser_adapter.js /
28 03 2016 22:08:11.663:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/platform/browser/generic_browser_adapter.js
28 03 2016 22:08:11.664:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/lang.js
28 03 2016 22:08:11.666:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/platform/dom/dom_adapter.js
28 03 2016 22:08:11.667:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/platform/browser/generic_browser_adapter.js
28 03 2016 22:08:11.681:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/platform/browser/xhr_impl.js /
28 03 2016 22:08:11.682:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/platform/browser/xhr_impl.js
28 03 2016 22:08:11.683:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/platform/browser/xhr_impl.js
28 03 2016 22:08:11.687:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/promise.js /
28 03 2016 22:08:11.688:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/promise.js
28 03 2016 22:08:11.689:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/promise.js
28 03 2016 22:08:11.691:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/compiler/xhr.js /
28 03 2016 22:08:11.692:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/compiler/xhr.js
28 03 2016 22:08:11.693:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/compiler/xhr.js
Chrome 49.0.2623 (Windows 10 0.0.0) LOG: 'Including spec file: test/tests/app.spec'

28 03 2016 22:08:11.719:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/core.js /
28 03 2016 22:08:11.720:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/core.js
28 03 2016 22:08:11.721:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/core.js
28 03 2016 22:08:11.731:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/metadata.js /
28 03 2016 22:08:11.732:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/metadata.js
28 03 2016 22:08:11.734:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/metadata.js
28 03 2016 22:08:11.737:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/util.js /
28 03 2016 22:08:11.737:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/util.js
28 03 2016 22:08:11.739:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/prod_mode.js /
28 03 2016 22:08:11.741:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/prod_mode.js
28 03 2016 22:08:11.742:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di.js /
28 03 2016 22:08:11.743:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di.js
28 03 2016 22:08:11.745:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/facade.js /
28 03 2016 22:08:11.747:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/facade.js
28 03 2016 22:08:11.750:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/application_ref.js /
28 03 2016 22:08:11.751:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/application_ref.js
28 03 2016 22:08:11.753:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/util.js
28 03 2016 22:08:11.755:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/prod_mode.js
28 03 2016 22:08:11.756:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di.js
28 03 2016 22:08:11.758:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/facade.js
28 03 2016 22:08:11.759:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/application_ref.js
28 03 2016 22:08:11.762:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/application_tokens.js /
28 03 2016 22:08:11.763:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/application_tokens.js
28 03 2016 22:08:11.764:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/application_tokens.js
28 03 2016 22:08:11.766:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/zone.js /
28 03 2016 22:08:11.766:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/zone.js
28 03 2016 22:08:11.767:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/render.js /
28 03 2016 22:08:11.768:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/render.js
28 03 2016 22:08:11.770:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker.js /
28 03 2016 22:08:11.772:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker.js
28 03 2016 22:08:11.773:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/debug/debug_node.js /
28 03 2016 22:08:11.774:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/debug/debug_node.js
28 03 2016 22:08:11.775:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/testability/testability.js /
28 03 2016 22:08:11.778:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/testability/testability.js
28 03 2016 22:08:11.779:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/zone.js
28 03 2016 22:08:11.780:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/render.js
28 03 2016 22:08:11.781:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker.js
28 03 2016 22:08:11.783:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/debug/debug_node.js
28 03 2016 22:08:11.784:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/testability/testability.js
28 03 2016 22:08:11.788:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection.js /
28 03 2016 22:08:11.789:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection.js
28 03 2016 22:08:11.790:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection.js
28 03 2016 22:08:11.792:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/platform_directives_and_pipes.js /
28 03 2016 22:08:11.792:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/platform_directives_and_pipes.js
28 03 2016 22:08:11.794:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/platform_common_providers.js /
28 03 2016 22:08:11.794:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/platform_common_providers.js
28 03 2016 22:08:11.795:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/application_common_providers.js /
28 03 2016 22:08:11.796:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/application_common_providers.js
28 03 2016 22:08:11.797:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/reflection/reflection.js /
28 03 2016 22:08:11.798:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/reflection/reflection.js
28 03 2016 22:08:11.799:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/platform_directives_and_pipes.js
28 03 2016 22:08:11.800:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/platform_common_providers.js
28 03 2016 22:08:11.802:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/application_common_providers.js
28 03 2016 22:08:11.805:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/reflection/reflection.js
28 03 2016 22:08:11.811:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/metadata/di.js /
28 03 2016 22:08:11.815:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/metadata/di.js
28 03 2016 22:08:11.816:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/metadata/di.js
28 03 2016 22:08:11.829:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/metadata/directives.js /
28 03 2016 22:08:11.832:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/metadata/directives.js
28 03 2016 22:08:11.833:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/metadata/directives.js
28 03 2016 22:08:11.835:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/metadata/view.js /
28 03 2016 22:08:11.836:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/metadata/view.js
28 03 2016 22:08:11.837:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/util/decorators.js /
28 03 2016 22:08:11.838:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/util/decorators.js
28 03 2016 22:08:11.839:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/async.js /
28 03 2016 22:08:11.840:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/async.js
28 03 2016 22:08:11.841:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/exceptions.js /
28 03 2016 22:08:11.841:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/exceptions.js
28 03 2016 22:08:11.843:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/exception_handler.js /
28 03 2016 22:08:11.844:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/exception_handler.js
28 03 2016 22:08:11.845:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/metadata/view.js
28 03 2016 22:08:11.846:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/util/decorators.js
28 03 2016 22:08:11.847:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/async.js
28 03 2016 22:08:11.849:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/exceptions.js
28 03 2016 22:08:11.850:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/exception_handler.js
28 03 2016 22:08:11.853:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/metadata.js /
28 03 2016 22:08:11.853:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/metadata.js
28 03 2016 22:08:11.854:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/decorators.js /
28 03 2016 22:08:11.855:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/decorators.js
28 03 2016 22:08:11.856:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/forward_ref.js /
28 03 2016 22:08:11.857:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/forward_ref.js
28 03 2016 22:08:11.858:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/metadata.js
28 03 2016 22:08:11.859:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/decorators.js
28 03 2016 22:08:11.861:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/forward_ref.js
28 03 2016 22:08:11.871:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/injector.js /
28 03 2016 22:08:11.872:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/injector.js
28 03 2016 22:08:11.873:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/injector.js
28 03 2016 22:08:11.884:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/provider.js /
28 03 2016 22:08:11.885:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/provider.js
28 03 2016 22:08:11.886:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/provider.js
28 03 2016 22:08:11.887:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/key.js /
28 03 2016 22:08:11.888:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/key.js
28 03 2016 22:08:11.889:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/exceptions.js /
28 03 2016 22:08:11.890:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/exceptions.js
28 03 2016 22:08:11.891:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/di/opaque_token.js /
28 03 2016 22:08:11.891:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/di/opaque_token.js
28 03 2016 22:08:11.894:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/zone/ng_zone.js /
28 03 2016 22:08:11.896:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/zone/ng_zone.js
28 03 2016 22:08:11.897:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/key.js
28 03 2016 22:08:11.898:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/exceptions.js
28 03 2016 22:08:11.900:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/di/opaque_token.js
28 03 2016 22:08:11.901:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/zone/ng_zone.js
28 03 2016 22:08:11.908:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/dynamic_component_loader.js /
28 03 2016 22:08:11.909:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/dynamic_component_loader.js
28 03 2016 22:08:11.911:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/dynamic_component_loader.js
28 03 2016 22:08:11.913:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/console.js /
28 03 2016 22:08:11.913:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/console.js
28 03 2016 22:08:11.914:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/profile/profile.js /
28 03 2016 22:08:11.915:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/profile/profile.js
28 03 2016 22:08:11.916:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/render/api.js /
28 03 2016 22:08:11.917:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/render/api.js
28 03 2016 22:08:11.918:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/directive_resolver.js /
28 03 2016 22:08:11.918:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/directive_resolver.js
28 03 2016 22:08:11.920:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/view_resolver.js /
28 03 2016 22:08:11.920:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_resolver.js
28 03 2016 22:08:11.921:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/console.js
28 03 2016 22:08:11.922:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/profile/profile.js
28 03 2016 22:08:11.923:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/render/api.js
28 03 2016 22:08:11.925:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/directive_resolver.js
28 03 2016 22:08:11.926:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_resolver.js
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/compiler.js /
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/compiler.js
28 03 2016 22:08:11.963:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/compiler.js
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/view_manager.js /
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_manager.js
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/query_list.js /
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/query_list.js
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/element_ref.js /
28 03 2016 22:08:11.963:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/element_ref.js
28 03 2016 22:08:11.979:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/template_ref.js /
28 03 2016 22:08:11.980:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/template_ref.js
28 03 2016 22:08:11.981:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/view_ref.js /
28 03 2016 22:08:11.981:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_ref.js
28 03 2016 22:08:11.982:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_manager.js
28 03 2016 22:08:11.983:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/query_list.js
28 03 2016 22:08:11.984:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/element_ref.js
28 03 2016 22:08:11.986:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/template_ref.js
28 03 2016 22:08:11.987:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_ref.js
28 03 2016 22:08:11.992:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/view_container_ref.js /
28 03 2016 22:08:11.994:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_container_ref.js
28 03 2016 22:08:11.995:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_container_ref.js
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/change_detection.js /
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detection.js
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/reflection/reflector.js /
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/reflection/reflector.js
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/reflection/reflection_capabilities.js /
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/reflection/reflection_capabilities.js
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/resolved_metadata_cache.js /
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/resolved_metadata_cache.js
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/pipe_resolver.js /
28 03 2016 22:08:11.995:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/pipe_resolver.js
28 03 2016 22:08:11.995:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detection.js
28 03 2016 22:08:11.995:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/reflection/reflector.js
28 03 2016 22:08:12.010:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/reflection/reflection_capabilities.js
28 03 2016 22:08:12.010:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/resolved_metadata_cache.js
28 03 2016 22:08:12.010:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/pipe_resolver.js
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/Subject.js /
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/Subject.js
28 03 2016 22:08:12.010:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/Subject.js
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/observable/PromiseObservable.js /
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/observable/PromiseObservable.js
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/operator/toPromise.js /
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/operator/toPromise.js
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/Observable.js /
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/Observable.js
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/facade/base_wrapped_exception.js /
28 03 2016 22:08:12.010:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/facade/base_wrapped_exception.js
28 03 2016 22:08:12.010:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/observable/PromiseObservable.js
28 03 2016 22:08:12.026:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/operator/toPromise.js
28 03 2016 22:08:12.026:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/Observable.js
28 03 2016 22:08:12.026:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/facade/base_wrapped_exception.js
28 03 2016 22:08:12.044:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/zone/ng_zone_impl.js /
28 03 2016 22:08:12.045:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/zone/ng_zone_impl.js
28 03 2016 22:08:12.046:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/zone/ng_zone_impl.js
28 03 2016 22:08:12.047:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/profile/wtf_impl.js /
28 03 2016 22:08:12.048:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/profile/wtf_impl.js
28 03 2016 22:08:12.048:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/view.js /
28 03 2016 22:08:12.049:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/view.js
28 03 2016 22:08:12.050:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/view_type.js /
28 03 2016 22:08:12.050:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_type.js
28 03 2016 22:08:12.053:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/differs/iterable_differs.js /
28 03 2016 22:08:12.054:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/iterable_differs.js
28 03 2016 22:08:12.056:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/differs/default_iterable_differ.js /
28 03 2016 22:08:12.056:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/default_iterable_differ.js
28 03 2016 22:08:12.057:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/profile/wtf_impl.js
28 03 2016 22:08:12.058:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/view.js
28 03 2016 22:08:12.061:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/view_type.js
28 03 2016 22:08:12.063:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/iterable_differs.js
28 03 2016 22:08:12.064:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/default_iterable_differ.js
28 03 2016 22:08:12.066:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/differs/keyvalue_differs.js /
28 03 2016 22:08:12.067:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/keyvalue_differs.js
28 03 2016 22:08:12.068:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/keyvalue_differs.js
28 03 2016 22:08:12.069:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.js /
28 03 2016 22:08:12.070:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.js
28 03 2016 22:08:12.070:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/parser/ast.js /
28 03 2016 22:08:12.071:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/ast.js
28 03 2016 22:08:12.072:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.js
28 03 2016 22:08:12.073:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/ast.js
28 03 2016 22:08:12.077:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/parser/lexer.js /
28 03 2016 22:08:12.078:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/lexer.js
28 03 2016 22:08:12.082:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/lexer.js
28 03 2016 22:08:12.087:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/parser/parser.js /
28 03 2016 22:08:12.088:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/parser.js
28 03 2016 22:08:12.088:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/parser/locals.js /
28 03 2016 22:08:12.089:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/locals.js
28 03 2016 22:08:12.090:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/exceptions.js /
28 03 2016 22:08:12.090:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/exceptions.js
28 03 2016 22:08:12.091:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/interfaces.js /
28 03 2016 22:08:12.091:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/interfaces.js
28 03 2016 22:08:12.092:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/parser.js
28 03 2016 22:08:12.094:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/parser/locals.js
28 03 2016 22:08:12.095:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/exceptions.js
28 03 2016 22:08:12.096:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/interfaces.js
28 03 2016 22:08:12.104:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/constants.js /
28 03 2016 22:08:12.105:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/constants.js
28 03 2016 22:08:12.106:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/constants.js
28 03 2016 22:08:12.115:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/proto_change_detector.js /
28 03 2016 22:08:12.119:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/proto_change_detector.js
28 03 2016 22:08:12.120:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/proto_change_detector.js
28 03 2016 22:08:12.122:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/jit_proto_change_detector.js /
28 03 2016 22:08:12.123:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/jit_proto_change_detector.js
28 03 2016 22:08:12.124:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/binding_record.js /
28 03 2016 22:08:12.125:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/binding_record.js
28 03 2016 22:08:12.127:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/directive_record.js /
28 03 2016 22:08:12.128:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/directive_record.js
28 03 2016 22:08:12.128:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/dynamic_change_detector.js /
28 03 2016 22:08:12.129:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/dynamic_change_detector.js
28 03 2016 22:08:12.130:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/change_detector_ref.js /
28 03 2016 22:08:12.131:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detector_ref.js
28 03 2016 22:08:12.132:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/jit_proto_change_detector.js
28 03 2016 22:08:12.134:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/binding_record.js
28 03 2016 22:08:12.135:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/directive_record.js
28 03 2016 22:08:12.135:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/dynamic_change_detector.js
28 03 2016 22:08:12.135:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detector_ref.js
28 03 2016 22:08:12.135:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/change_detection_util.js /
28 03 2016 22:08:12.135:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detection_util.js
28 03 2016 22:08:12.151:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detection_util.js
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/linker/element.js /
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/linker/element.js
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/pipes/pipe_provider.js /
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/pipes/pipe_provider.js
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/root.js /
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/root.js
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/Subscriber.js /
28 03 2016 22:08:12.151:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/Subscriber.js
28 03 2016 22:08:12.151:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/linker/element.js
28 03 2016 22:08:12.151:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/pipes/pipe_provider.js
28 03 2016 22:08:12.165:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/root.js
28 03 2016 22:08:12.166:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/Subscriber.js
28 03 2016 22:08:12.168:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/Subscription.js /
28 03 2016 22:08:12.168:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/Subscription.js
28 03 2016 22:08:12.169:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/Subscription.js
28 03 2016 22:08:12.187:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/subject/SubjectSubscription.js /
28 03 2016 22:08:12.188:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/subject/SubjectSubscription.js
28 03 2016 22:08:12.189:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/subject/SubjectSubscription.js
28 03 2016 22:08:12.190:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/symbol/rxSubscriber.js /
28 03 2016 22:08:12.190:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/symbol/rxSubscriber.js
28 03 2016 22:08:12.192:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/throwError.js /
28 03 2016 22:08:12.192:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/throwError.js
28 03 2016 22:08:12.194:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/ObjectUnsubscribedError.js /
28 03 2016 22:08:12.195:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/ObjectUnsubscribedError.js
28 03 2016 22:08:12.196:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/SymbolShim.js /
28 03 2016 22:08:12.197:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/SymbolShim.js
28 03 2016 22:08:12.198:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/symbol/rxSubscriber.js
28 03 2016 22:08:12.199:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/throwError.js
28 03 2016 22:08:12.199:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/ObjectUnsubscribedError.js
28 03 2016 22:08:12.199:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/SymbolShim.js
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/toSubscriber.js /
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/toSubscriber.js
28 03 2016 22:08:12.199:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/toSubscriber.js
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/tryCatch.js /
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/tryCatch.js
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/errorObject.js /
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/errorObject.js
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/pipes/pipes.js /
28 03 2016 22:08:12.199:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/pipes/pipes.js
28 03 2016 22:08:12.199:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/tryCatch.js
28 03 2016 22:08:12.199:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/errorObject.js
28 03 2016 22:08:12.215:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/pipes/pipes.js
28 03 2016 22:08:12.215:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/render/util.js /
28 03 2016 22:08:12.215:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/render/util.js
28 03 2016 22:08:12.215:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/render/util.js
28 03 2016 22:08:12.215:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/change_detection_jit_generator.js /
28 03 2016 22:08:12.215:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detection_jit_generator.js
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/event_binding.js /
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/event_binding.js
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/coalesce.js /
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/coalesce.js
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/proto_record.js /
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/proto_record.js
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/abstract_change_detector.js /
28 03 2016 22:08:12.230:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/abstract_change_detector.js
28 03 2016 22:08:12.230:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/change_detection_jit_generator.js
28 03 2016 22:08:12.230:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/event_binding.js
28 03 2016 22:08:12.230:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/coalesce.js
28 03 2016 22:08:12.230:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/proto_record.js
28 03 2016 22:08:12.230:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/abstract_change_detector.js
28 03 2016 22:08:12.245:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/pipe_lifecycle_reflector.js /
28 03 2016 22:08:12.248:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/pipe_lifecycle_reflector.js
28 03 2016 22:08:12.249:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/pipe_lifecycle_reflector.js
28 03 2016 22:08:12.250:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/isFunction.js /
28 03 2016 22:08:12.251:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/isFunction.js
28 03 2016 22:08:12.252:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/isFunction.js
28 03 2016 22:08:12.259:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/Observer.js /
28 03 2016 22:08:12.260:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/Observer.js
28 03 2016 22:08:12.261:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/Observer.js
28 03 2016 22:08:12.262:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/isArray.js /
28 03 2016 22:08:12.263:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/isArray.js
28 03 2016 22:08:12.271:DEBUG [middleware:source-files]: Requesting /base/node_modules/rxjs/util/isObject.js /
28 03 2016 22:08:12.272:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/rxjs/util/isObject.js
28 03 2016 22:08:12.275:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/pipes.js /
28 03 2016 22:08:12.276:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/pipes.js
28 03 2016 22:08:12.277:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/codegen_name_util.js /
28 03 2016 22:08:12.277:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/codegen_name_util.js
28 03 2016 22:08:12.278:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/codegen_logic_util.js /
28 03 2016 22:08:12.279:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/codegen_logic_util.js
28 03 2016 22:08:12.281:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/isArray.js
28 03 2016 22:08:12.283:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/rxjs/util/isObject.js
28 03 2016 22:08:12.285:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/pipes.js
28 03 2016 22:08:12.288:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/codegen_name_util.js
28 03 2016 22:08:12.290:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/codegen_logic_util.js
28 03 2016 22:08:12.291:DEBUG [middleware:source-files]: Requesting /base/node_modules/angular2/src/core/change_detection/codegen_facade.js /
28 03 2016 22:08:12.292:DEBUG [middleware:source-files]: Fetching C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/codegen_facade.js
28 03 2016 22:08:12.294:DEBUG [web-server]: serving (cached): C:/Users/Projects/test/node_modules/angular2/src/core/change_detection/codegen_facade.js
Chrome 49.0.2623 (Windows 10 0.0.0) App spec test should assert that the app.name is equal to Nick Schipper 2 FAILED
        Expected 'Nick Schipper 2' to be 'Nick Schipper 3'.
            at Object.<anonymous> (C:/Users/Projects/test/bundle.js:86:38)
            at C:/Users/Projects/test/test/spec.import.js:9:34
            at ZoneDelegate.invoke (C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:332:29)
            at Zone.run (C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:227:44)
            at C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:576:58
            at ZoneDelegate.invokeTask (C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:365:38)
            at Zone.runTask (C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:263:48)
            at drainMicroTaskQueue (C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:482:36)
            at XMLHttpRequest.ZoneTask.invoke (C:/Users/Projects/test/node_modules/angular2/bundles/angular2-polyfills.js:434:22)
Chrome 49.0.2623 (Windows 10 0.0.0): Executed 2 of 2 (1 FAILED) (0.02 secs / 0.003 secs)
28 03 2016 22:08:12.425:DEBUG [karma]: Run complete, exiting.
28 03 2016 22:08:12.431:DEBUG [launcher]: Disconnecting all browsers
28 03 2016 22:08:12.526:DEBUG [launcher]: Process Chrome exited with code 0
28 03 2016 22:08:12.526:DEBUG [temp-dir]: Cleaning temp dir C:\Users\nick_\AppData\Local\Temp\karma-46526998
28 03 2016 22:08:12.590:DEBUG [launcher]: Finished all browsers

npm ERR! Windows_NT 10.0.10586
npm ERR! argv "D:\\SDKS\\NodeJS\\node.exe" "D:\\SDKS\\NodeJS\\node_modules\\npm\\bin\\npm-cli.js" "run" "karma-test"
npm ERR! node v4.3.1
npm ERR! npm  v3.7.5
npm ERR! code ELIFECYCLE
npm ERR! ng2-systemjs-outfile@0.0.1 karma-test: `node node_modules/karma/bin/karma start karma.conf.js --single-run --log-level=DEBUG`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ng2-systemjs-outfile@0.0.1 karma-test script 'node node_modules/karma/bin/karma start karma.conf.js --single-run --log-level=DEBUG'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ng2-systemjs-outfile package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node node_modules/karma/bin/karma start karma.conf.js --single-run --log-level=DEBUG
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs ng2-systemjs-outfile
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls ng2-systemjs-outfile
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\Projects\test\npm-debug.log

Enviroment Details

  • Karma version (output of karma --version): 0.13.22
  • Relevant part of your karma.config.js file:
module.exports = function (config) {
    config.set({
        basePath: '',
        // Start these browsers, currently available:
        // - Chrome
        // - Firefox
        // - PhantomJS
        browsers: ['Chrome'],
        frameworks: ['jasmine'],
        // level of logging
        // possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
        logLevel: config.LOG_INFO,
        autoWatch: false,
        singleRun: true,
        port: 9876,
        files: [
            //Base requirements
            {pattern: 'node_modules/systemjs/dist/system.src.js', included: true, watched: true},
            {pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: true, watched: true},
            {pattern: 'node_modules/angular2/bundles/angular2-polyfills.js', included: true, watched: true},
            {pattern: 'node_modules/angular2/es6/dev/src/testing/shims_for_IE.js', included: true, watched: true},
            {pattern: 'node_modules/angular2/bundles/testing.dev.js', included: true, watched: true},

            //Packages /modules recursively included
            {pattern: 'node_modules/angular2/**/*.js', included: false, watched: false},
            {pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false},

            //Our own files
            {pattern: 'test/test.system.config.js', watched: true, included: true},
            {pattern: 'bundle.js', watched: true, included: true},
            {pattern: 'bundle.js.map', watched: false, included: false},
            {pattern: 'src/**/*.ts', included: false, watched: false},
            {pattern: 'src/**/*.html', included: false, watched: false},
            {pattern: 'test/**/*.ts', included: false, watched: false},

            //Import unit test files
            {pattern: 'test/spec.import.js', included: true, watched: true}
        ],
        preprocessors: {
            'src/**/*.html': ['redirect']
        }
    });
};

This seems to be the same issues as https://github.com/karma-runner/karma/issues/1625 but after reinstalling for me the issue is not gone nor after disabling any preprocessors

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
cupoolscommented, Jul 29, 2016

I run into this issue as well. It works well with:

node node_modules/karma/bin/karma start test/unit/karma.conf.js --single-run

But when I try npm run test, it crashed.

npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test"
npm ERR! node v4.4.0
npm ERR! npm  v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! tmp@1.0.0 test: `node node_modules/karma/bin/karma start test/unit/karma.conf.js --single-run`
npm ERR! Exit status 1

And now I had to execute npm run test -s and then it looks well again. Any ideas?

0reactions
devoto13commented, Apr 11, 2021

It works as intended. It is expected that karma start --single-run finishes with a non-zero exit code when tests didn’t pass. For reasons unknown npm chose to produce a bunch of extra output in this case making it appear as something crashed.

You’ll have to either accept the gibberish produced by npm when the process exits with a non-zero exit code, switch to a ~better~ different package manager, use -s flag to npm as proposed above or use --no-fail-on-failing-test-suite to force Karma to always exit with 0 exit code. E.g.

$ node node_modules/karma/bin/karma start karma.conf.js --single-run --no-fail-on-failing-test-suite

Note that you should never use --no-fail-on-failing-test-suite flag on CI as it will make the build pass even when some of the tests failed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"singleRun" option causing crash · Issue #1625 - GitHub
In package.json, I have this script defined: "karma": "node ... or if I remove singleRun: true from my karma.conf.js file, I get:.
Read more >
No Karma report on singlerun = false - Stack Overflow
I wonder if I am missing something trivial here, but I can not see any test reports if I have set up singlerun...
Read more >
Changelog - Karma test runner
singleRun true branch. ... available in debugged context (3e7eaeb); client: don't crash if receive array-like results (e095411), closes #2061 ...
Read more >
Reviews: Karma - IntelliJ IDEs Plugin - JetBrains Marketplace
I am using the latest (2017.2.5) version of IDEA as of now and it only lets me upgrade to Karma plugin version 172.3968.20....
Read more >
Automated testing with Headless Chrome
Headless Chrome gives you a real browser context without the ... singleRun: false, // Karma captures browsers, runs the tests and exits
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found