加载“grunt-karma.js”任务……错误
TypeError: Cannot read property ‘prototype’ of undefined
Warning: Task “karma” not found. Use –force to continue.因警告而中止.
我也遇到过这个问题.
我正在使用节点7.5.0和npm 4.1.2.
我遇到了类似的问题.以下更正帮助了我
原文链接:https://www.f2er.com/angularjs/141513.html"grunt-karma": "^0.12.2","karma": "^1.6.0",
阅读更多here