generator-ionic
generator-ionic copied to clipboard
Karma errors
When running grunt karma, I keep on getting this error:
Warning: Task "karma:continuous" failed. Use --force to continue.
Is this something I am doing wrong?
Karma:continuous failed on my grunt run too.
Found a workaround:
Just replace PhantomeJS with your default browser in the Grunfile.js:357 / 361
unit: {
// Change this to 'Chrome', 'Firefox', etc. Note that you will need
// to install a karma launcher plugin for browsers other than Chrome.
browsers: ['Chrome'],
background: true
},
continuous: {
browsers: ['Chrome'],
singleRun: true,
}
I tried that, but no success, same error still