これらのパラメータでphantomjsを実行しようとしています:
mocha-phantomjs -s disk-cache=no --ignore-leaks -R xunit tests/index.html
しかし、常にこの応答がありました:
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
ubuntu 13、mocha-phantomjs 3.1.0、ノード v0.10.15 を使用しています。
グーグルは役に立たず、何をすべきかわかりません。私が以前にしたことは、ノードとmocha-phantomjsをインストールするだけです
誰でも私を助けることができますか?