karma plugin dependencies not being found

后端 未结 5 1675
梦毁少年i
梦毁少年i 2020-12-30 19:52

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         


        
5条回答
  •  盖世英雄少女心
    2020-12-30 20:30

    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!!

提交回复
热议问题