You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Hi, thanks for your work on elm tooling / elm format, it is a wonderful tool! Please help me with this: Over the last year I have tried several times to set up elm-format on windows (we have to use windows 7 at work), but I just can't make it work in atom:
I get ("elm-format exited with code 3221225477") in atom:
I have tried all sorts of solutions.
Installing node via nvm for windows, and then installing elm / elm-format via npm to avoid permission problems -> did not help
using elm-platform -> extracting elm-format binary to folder elm.exe folder -> did not help
running atom in admin mode -> did not help
I also checked and elm-format has the same permissions as elm.exe
BUT: elm-format works from command line (see below) ... !?!? how can i make it also work in atom?
The text was updated successfully, but these errors were encountered:
+1
I have the same exact error. Using Windows 7 Premium. I don't get the error when I rollback to the last version of the CLI elm-format (npm install -g [email protected]) and run it on a 0.18 project.
I have this error too. Windows 7 Home Premium, Elm 0.19, elm-format 0.8.1.
The previous version of elm-format worked fine with the atom-elm-format plugin on both Elm 0.18 and Elm 0.19 projects - it seems to be v0.8.1 that is the problem.
elm-format 0.8.1 and later require that either elm-format be invoked with the cwd set to the folder that contains your elm.json or elm-package.json, or that you provide the --elm-version= argument. In general, plugins need to be updated to work with this. (However, the next version of elm-format will make the auto-detection a bit smarter, which might solve this anyway: avh4/elm-format#561)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thanks for your work on elm tooling / elm format, it is a wonderful tool! Please help me with this: Over the last year I have tried several times to set up elm-format on windows (we have to use windows 7 at work), but I just can't make it work in atom:
I get ("elm-format exited with code 3221225477") in atom:
![elm format](https://user-images.githubusercontent.com/1385261/47284042-0b163800-d5e6-11e8-8d43-a43018d15cc2.JPG)
I have tried all sorts of solutions.
I also checked and elm-format has the same permissions as elm.exe
BUT:
![elm2](https://user-images.githubusercontent.com/1385261/47284151-955e9c00-d5e6-11e8-8711-693c0533b91d.JPG)
elm-format works from command line (see below) ... !?!? how can i make it also work in atom?
The text was updated successfully, but these errors were encountered: