We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a.txt
This is a log, I am trying to install on a window PC, getting this error, Could you please help ?
The text was updated successfully, but these errors were encountered:
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(); }); });
Sorry, something went wrong.
No branches or pull requests
a.txt
This is a log, I am trying to install on a window PC, getting this error, Could you please help ?
The text was updated successfully, but these errors were encountered: