angularjs-gulp-example icon indicating copy to clipboard operation
angularjs-gulp-example copied to clipboard

Unable to build, problem with karma

Open CloudKaptan opened this issue 9 years ago • 1 comments

a.txt

This is a log, I am trying to install on a window PC, getting this error, Could you please help ?

CloudKaptan avatar Sep 21 '16 08:09 CloudKaptan

Not sure if its the same issue or not but I had to change from gulp-karma to just karma.

So the require statement I have: var Server = require('karma').Server;

And the test task i have: gulp.task('test', ['build-js'], function(done) { Server.start({ configFile: __dirname + '/karma.config.js', singleRun: true }, function() { done(); }); });

ashane9 avatar Sep 28 '16 18:09 ashane9