-
Notifications
You must be signed in to change notification settings - Fork 15
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
Doesn't work with locally-installed Elm 0.18 #12
Comments
What do you get when running |
@avh4, we should look for node_modules in the folder and default to using that version of elm if found. I'll make a PR in a minute |
@avh4 |
ah, I see. (I hadn't understood what "locally-installed") meant |
(@eeue56, FYI I'll be publishing a new elm-upgrade release tonight after releasing elm-format-0.5.2) |
Fixed in #16. Will be in 0.18.5 release (to be published in a few minutes) |
Ah, yes, I should have said installed in node_modules/.bin, not locally-installed! |
elm-upgrade gave me
ERROR: Elm 0.18 required, but found Elm Platform 0.17.1
.I'd installed 0.18 locally as per this advice for using Elm in production.
The text was updated successfully, but these errors were encountered: