You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand from Gruntfile, it will auto run test and then build after I issue grunt under project root. However, it stops after test and it never goes build. I got the error message like following. I wonder what doest the warning(Warning: Task "karma:unit" failed. Use --force to continue.) mean?
Running "karma:unit" (karma) task
INFO [karma]: Karma v0.10.10 server started at http://localhost:8080/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket dGc_L2nzI5wAH4cOGYrV
PhantomJS 1.9.7 (Mac OS X): Executed 0 of 0 ERROR (0.204 secs / 0 secs)
Warning: Task "karma:unit" failed. Use --force to continue.
Aborted due to warnings.
The text was updated successfully, but these errors were encountered:
From what I understand from Gruntfile, it will auto run test and then build after I issue grunt under project root. However, it stops after test and it never goes build. I got the error message like following. I wonder what doest the warning(Warning: Task "karma:unit" failed. Use --force to continue.) mean?
Running "karma:unit" (karma) task
INFO [karma]: Karma v0.10.10 server started at http://localhost:8080/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket dGc_L2nzI5wAH4cOGYrV
PhantomJS 1.9.7 (Mac OS X): Executed 0 of 0 ERROR (0.204 secs / 0 secs)
Warning: Task "karma:unit" failed. Use --force to continue.
Aborted due to warnings.
The text was updated successfully, but these errors were encountered: