-
Notifications
You must be signed in to change notification settings - Fork 148
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
Detecting Elm's version fails #582
Comments
I ran into a similar issue running I usually start Vim in the root of the project, which is not the root of the Elm code. Vim takes I'm currently using a wrapper script around I think the error message we get is clear, but wonder if |
See #561 |
the easy and obvious fix here is to crawl UP the directory hierarchy until an elm.json file is found. |
I have just installed Elm and elm-format together via NPM. The problem is elm is in ma PATH and responds correctly (version 0.19) but elm-format logs:
Where could be the problem?
The text was updated successfully, but these errors were encountered: