Node.js SpookyJS: error executing hello.js

谁说胖子不能爱 提交于 2020-02-05 05:11:05

问题


I have installed SpookyJS to execute CasperJs commands in Node.js. I Installed it with this command: npm install spooky, I´m using a Centos machine.

the error:

$ 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)

Thanks in advance

来源:https://stackoverflow.com/questions/21379677/node-js-spookyjs-error-executing-hello-js

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!