Node.js SpookyJS:执行hello.js时出错

时间:2014-01-27 11:28:39

标签: node.js spookyjs

我已经安装了SpookyJS来在Node.js中执行CasperJs命令。我用这个命令安装了它:npm install spooky,我正在使用Centos机器。

错误:

$ node node_modules/spooky/examples/hello.js

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)

提前致谢

0 个答案:

没有答案