karma plugin dependencies not being found

后端 未结 5 1634
梦毁少年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

    I had the same problem, but i fixed by this command :

    npm install -g karma-cli
    

提交回复
热议问题