-
Notifications
You must be signed in to change notification settings - Fork 13
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
eslint_d throws Error: Invalid option '--color' when '--color' is not even used #10
Comments
+1 |
Can you run eslint_d in console and check if it is an issue of eslint_d itself? |
This seems to have fixed itself on my system somehow. Not sure what caused it. Can anyone else confirm? |
I suppose it was a bug of eslint_d itself and it was fixed with new version. |
I've got the same problem, I'm using the latest version of the plugin and the latest version of SublimeLinter, but still got the same error and I don't know why: `SublimeLinter: eslint_d: gutter.js ['/Users/jfernandez/.npm-packages/bin/eslint_d', '--format', 'compact', '--stdin', '--stdin-filename', 'RELATIVE_TO_FOLDER', '--config', '/Users/jfernandez/projects/gutter-skins/.eslintrc'] eslint_d runs correctly in console. Node 5.6.0, eslint_d 3.1.0, OSX. Thanks! |
Can't reproduce. Probably you should update your local eslint installation too? |
It's the eslint_d version, works under v2.20 , not v3.1.0 |
+1 |
I am getting the following error message:
I do not understand the cause as
--color
is not even usedon Node v5.5, Windows 10 x64, eslint_d 3.1.0
The text was updated successfully, but these errors were encountered: