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

Error when opening Html files #284

Closed
michael-jerred opened this issue Dec 7, 2014 · 1 comment
Closed

Error when opening Html files #284

michael-jerred opened this issue Dec 7, 2014 · 1 comment

Comments

@michael-jerred
Copy link

If the Linter package is enabled, and it is triggered on a HTML file (e.g. if I have just 'Lint On Save' enabled and then I save a HTML file, or if I have 'Lint On Change' and I save a HTML file) I get an exception:

Uncaught Error: spawn tidy ENOENT

function file:line
exports._errnoException util.js:742
ChildProcess._handle.onexit child_process.js:1051
(anonymous function) child_process.js:1142
_tickCallback node.js:378

this happens with all user installed packages disabled except for Linter, and stops happening if I disable the Linter package. This happens with an empty file with .html extension.

I am using linux fedora 20, atom v0.153.0

@dmnd
Copy link

dmnd commented Jan 15, 2015

See #150. It looks like tidy is not on your path.

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

4 participants