When I run karma start I get the following issues
C:\\devl\\JS\\myProject>karma start
06 09 2015 11:30:19.133:WARN [plugin]: Cannot find plug
Just to add if someone come acrosss!!
I was getting an annoying issue, "Cannot load browser "Chrome": it is not registered! Perhaps you are missing some plugin?" when I run 'grunt test'
I had added the plugin in plugins[] in karma.conf.js, but still I was getting this error . The issue was I didn't add the plugin into karma:options:plugins array in GruntFile.js.After I added the plugin there, the issue vanished!!