jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
234 stars 56 forks source link

Task fails in Node v0.10.2 #35

Closed adambiggs closed 11 years ago

adambiggs commented 11 years ago

Fails with the following output:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
    at errnoException (child_process.js:948:11)
    at Process.ChildProcess._handle.onexit (child_process.js:739:34)
jbt commented 11 years ago

Do you have Pygments installed? That's the usual cause of that error. Which reminds me, I've been meaning to put in a warning for if you don't, because I know it's not nearly obvious enough.

adambiggs commented 11 years ago

Of course! I'm setting up a clean system after formatting my HD and totally forgot that step.

Had nothing to do with the Node v0.10.2 upgrade...