-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Initialization Cannot Find Module #66
Comments
The newest version of WebStorm seems to have a new eslint integration. It's unclear atm whether eslint_d still improves performance when used with that version. If you could try to find out more I would be thankful as I'm not using WebStorm myself. |
What do you want to know? If its faster with or without? I guess I cant really do anything if there isnt the cli file that webstorm is looking for, right? Happy to help if you show me how. Thanks for taking the time to respond. |
There have been recent comments on the PR that added WebStorm support initially. I guess the discussion should proceed here though since it's a new issue. As @SimenB comment in the original PR:
This raises two questions:
|
When I tried to use it, it was asking for the cli file which doesnt exist in this eslint version so i guess i would have to figure out why it needs that to see if its necessary. That is way out of my skill set at this point in my learning so wont be able to help you there. Generally though, its pretty damned fast now so I cant say it will matter. |
Hello, 1. Is it possible to use
|
@kidroca Thanks for the detailed analysis. As you mentioned, it's not really worth fixing, because it's now fast enough in WebStorm by default. Maybe we should mention the differences in the WebStorm versions in the README to avoid frustration for others who come across this module. However, if you're keen to send a PR with a fix, that is absolutely welcome, too. I'm just not able to maintain WebStorm support myself. I rely on the help of the community here. |
After installing and selecting eslint_d as eslint, webstorm throws error looking for the cli. There is no cli option in the package that i could tell. What am I missing here to get this to work with webstorm? Thank you.
The text was updated successfully, but these errors were encountered: