Since upgrading to 0.12.1, I've not been able to debug my tests with grunt karma:unit watch:karma. It fails to launch my Chrome browser. I verified this works in 0.12.0. I'm running on OSX Yosemite 10.10.4. Making any changes to my source files results in this error.
There is no server listening on port 9876
I suspect this has to do with switching over from spawn to fork.
Since upgrading to
0.12.1
, I've not been able to debug my tests withgrunt karma:unit watch:karma
. It fails to launch my Chrome browser. I verified this works in0.12.0
. I'm running on OSX Yosemite 10.10.4. Making any changes to my source files results in this error.I suspect this has to do with switching over from
spawn
tofork
.Example config here and here