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.

Warning: Task "karma:continuous" failed.

See original GitHub issue
Running "karma:continuous" (karma) task
INFO [karma]: Karma v0.12.16 server started at http://localhost:9018/
INFO [launcher]: Starting browser Firefox
WARN [watcher]: Pattern "/Users/myUsername/Documents/code/myProjectName/myProjectName/src/**/*.coffee" does not match any file.
INFO [Firefox 29.0.0 (Mac OS X 10.9)]: Connected on socket 6kSvzGu3Dm8k5VvI0Bkk with id 60595103
Firefox 29.0.0 (Mac OS X 10.9) AppCtrl isCurrentUrl should pass a dummy test FAILED
    minErr/<@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:78
    loadModules/<@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:3810
    forEach@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:323
    loadModules@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:3775
    createInjector@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:3715
    workFn@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular-mocks/angular-mocks.js:2142

    minErr/<@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:78
    loadModules/<@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:3810
    forEach@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:323
    loadModules@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:3775
    createInjector@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular/angular.js:3715
    workFn@/Users/myUsername/Documents/code/myProjectName/myProjectName/vendor/angular-mocks/angular-mocks.js:2142

Issue Analytics

  • State:open
  • Created 9 years ago
  • Comments:24 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
4eekcommented, Jun 4, 2014

The problem is that “placeholders” in the “vendor” folder is git ignored. As a quick fix I just created a lib folder and moved it there while also updating the build.config.js file and committing to repo.

0reactions
euasiercommented, Aug 29, 2016

I had the same problem. I solved it adding vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js to my ngBoilerPlate project GitHub repository.

This is a dependency not managed by bower, is not included in bower.json file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

grunt failing to find task - Stack Overflow
All I get when running is the following error : $ grunt e2e-test --verbose Initializing Command-line options: --verbose Reading "Gruntfile.
Read more >
Warning: Task "karma:continuous" failed. - Bountysource
Running "karma:continuous" (karma) task INFO [karma]: Karma v0.12.16 server started at http://localhost:9018/ INFO [launcher]: Starting ...
Read more >
Pull request karma tests sometimes fails for no reason - Tuleap
Running the karma tests of the pull request plugin sometimes fail. Running "karmaconfig:unit" (karmaconfig) ... Warning: Task "karma:continuous" failed.
Read more >
karma-runner/karma - Gitter
I'm having trouble connecting to phantomjs, and no clue what I'm doing wrong. My config works perfectly fine on Chrome.
Read more >
karma-coverage, grunt-karma npm, Task karma:continuous not ...
PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.126 secs / 0 secs) Warning: Task "karma:continuous" failed. Use --force to continue....
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