humio / atom-elm-format

Run elm-format in atom
https://atom.io/packages/elm-format
Apache License 2.0
10 stars 8 forks source link

Not working #15

Closed BryanJBryce closed 8 years ago

BryanJBryce commented 8 years ago

Every time I save all I get is a notification banner showing:

elm-format exited with code null

BryanJBryce commented 8 years ago

Ah, gotta install elm-format...

leggsimon commented 7 years ago

@BryanJBryce I'm getting this error, I've install elm-format but if I run in the command line I'm prompted with a (y/n) whether I want to override the file which is what I guess is what's causing the null error. How did you manage to fix it?

despairblue commented 7 years ago

@leggsimon this plugin expects an absolute path to be configured in the settings. It defaults to /usr/local/bin/elm-format.

I think it may be better to use $PATH for that.