当我从SpookyJS运行 hello 示例时,它失败并出现以下错误:
$ node examples/hello.js
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:998:11)
at Process.ChildProcess._handle.onexit (child_process.js:789:34)
事实上,我尝试的所有示例都会导致此错误。我被卡住了,因为即使查看源代码我也无法解释错误消息。你有什么想法?
(我正在使用带有 phantomjs 1.9.7 的 Ubuntu)