-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
windows support? #40
Comments
Last time I checked on windows, it did work. I'll test this out over the weekend. |
I was coming here to open an issue regarding this, as well. I recall this used to work at some point in the past but no longer seems to work. When I run eslint via CLI, I see the flow errors from this plugin. When I open a file via Atom, I don't see any of the errors from this plugin, but I will see other eslint errors. Here is my eslint config ...
I'm also on Windows, using latest version of Atom and this plugin. |
Are you on a 32bit or 64bit machine? |
@amilajack Windows 10 64-bit. Although, it looks like Atom runs as 32-bit, based on the version string, which is 1.13.1 ia32. That probably doesn't affect flow bin, though. |
Flow isnt supported on 32 bit machines. See #46. I'll try to check this out over the weekend |
Just to be clear, this plugin does work via eslint CLI. I see the errors when I run eslint CLI. So, the plugin is working there. I just don't appear to be seeing the errors in Atom, for some reason. |
I just confirmed that this plugin does not work on the 32 bit atom (because flow isnt supported on 32bit environments). You can download the the 64bit version of atom from the downloads section of the latest release I confirmed that this works on the 64 bit version of atom |
I'm using latest version of the plugin with up-to-date Atom,
linter-eslint
andlinter
. My machine is running Windows 8.1 64-bit. When i trigger eslint from cli errors show up correctly, however i'm not able to see them in Atom ui. Errors from the plugin are somehow swallowed, while all the other rules validate just fine. Has anyone managed to get Atom linting working on windows?The text was updated successfully, but these errors were encountered: