Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build, problem with karma #4

Open
CloudKaptan opened this issue Sep 21, 2016 · 1 comment
Open

Unable to build, problem with karma #4

CloudKaptan opened this issue Sep 21, 2016 · 1 comment

Comments

@CloudKaptan
Copy link

a.txt

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

@ashane9
Copy link

ashane9 commented Sep 28, 2016

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();
});
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants