Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing latex error #4

Closed
mrkev opened this issue Jun 17, 2014 · 1 comment
Closed

Missing latex error #4

mrkev opened this issue Jun 17, 2014 · 1 comment

Comments

@mrkev
Copy link
Contributor

mrkev commented Jun 17, 2014

I got the following error when trying to run a script.

$ node index.js
events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: spawn ENOENT
    at exports._errnoException (util.js:742:11)
    at Process.ChildProcess._handle.onexit (child_process.js:1028:32)
    at child_process.js:1109:20
    at process._tickCallback (node.js:343:11)

After some digging I found out it was because something went wrong with my latex installation, and so there was no latex application that could be found. IMO this error should be better handled. I can see an error like this being fairly common: handling it to log a No latex installation found or something would be greatly appreciated!

@mikolalysenko
Copy link
Owner

Yeah, this is probably a good idea. If you want to fix it, I'll accept a PR.

mikolalysenko added a commit that referenced this issue Jul 15, 2014
Add error message if latex executable not found (#4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants