1

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

3
  • The example is working. Do you have CasperJS installed and added to path? Commented Jan 27, 2014 at 16:22
  • I have installed CasperJs but not added to the path, I have added and now works!!!!! Thanks very much Commented Jan 28, 2014 at 10:28
  • Future visitors can also read the procedure described at the following QA: stackoverflow.com/questions/27688804/… Commented Dec 29, 2014 at 13:28

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.