Karma Run Failure due to script load/require failure in intellijServer.js
I can run it from the command line, but I must have something configured incorrectly in the ide.
OS X 10.10.4
WebStorm 10.0.4
/usr/local/bin/node /Applications/WebStorm.app/Contents/plugins/js-karma/js_reporter/karma-intellij/lib/intellijServer.js --karmaPackageDir=/Users/rbirch/Development/projects/sandbox/trees/jstree/node_modules/karma --configFile=/Users/rbirch/Development/projects/sandbox/trees/jstree/karma.conf.js
/Applications/WebStorm.app/Contents/plugins/js-karma/js_reporter/karma-intellij/lib/intellijServer.js:10
server.start(cliOptions);
^
TypeError: undefined is not a function
at Object.<anonymous> (/Applications/WebStorm.app/Contents/plugins/js-karma/js_reporter/karma-intellij/lib/intellijServer.js:10:8)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3

Please sign in to leave a comment.
Looking through the code and dumping some infor out -
/Applications/WebStorm.app/Contents/plugins/js-karma/js_reporter/karma-intellij/lib/intellijCli.js
What Karma version do you use? Looks similar to https://youtrack.jetbrains.com/issue/WEB-17311. Please see http://stackoverflow.com/questions/31475225/webstorm-karma-server-not-starting-typeerror-undefined-is-not-a-function-on-s for possible workaround
Thanks for the response!
Yes, I have the same issue for the same reason "Improved Public API": https://github.com/karma-runner/karma/commit/82cbbaddd599ac248f03fda124aa0e6466e7d09f
Yes, the workaround worked!
I am using: Karma version: 0.13.0