-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Not able to start karma #1245
Comments
It looks like some pb with PhantomJs. Did you try with a real browser? |
Yes. The same result for Chrome. |
@diegofss11 what does mean |
Actually this is my application I'm trying to bootstrap Angular with. https://github.com/diegofss11/myAngularSeed I'm running the karma.conf on the root folder as karma start karma.conf so the other file is ignored. Some how I'm not able to. I didn't figure it out what is happenning. |
@diegofss11 Thanks! For me In package.json you should change it |
I still not able to execute it. I removed the other file so I just have this karma.conf.js https://github.com/diegofss11/myAngularSeed/blob/master/config/karma.conf.js I'm trying running karma start config/karma.conf.js still not working. Not even through grunt test |
@diegofss11 on Ubuntu14 all work fine Seems that problem with phantomjs(launcher). |
hmm really weird. I'm using WIn7 |
@diegofss11 I checked on Win7 in VirtualBox also all work Try open in browser http://localhost:9876 (where run karma server). Maybe you have wrong |
hmmm thank you so much @maksimr. The problem was my hosts file. :) Thanks! |
I'm not able to start karma in my project - which is a really simple one btw.
Find attached the img with the error and below my karma.conf
GruntFile
plugins added on package.json
Does anybody know what is happening?
Thanks!
The text was updated successfully, but these errors were encountered: