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

Can't find the elm-format binary #25

Open maochaokuo opened 6 years ago

maochaokuo commented 6 years ago

hi there:

I installed for Atom by 1) npm install -g elm-format 2) apm install elm-format 3) UI, setting, package manager

all get the error: Can't find the elm-format binary. Check the "elm-format" package settings page

benjick commented 6 years ago

Can you run elm-format from the CLI?

maochaokuo commented 6 years ago

No, I cannot. I use Windows 10. How could I do that? or is there anything else to download?

benjick commented 6 years ago

Try downloading it manually from https://github.com/avh4/elm-format/releases and putting it into your path

maochaokuo commented 6 years ago

Greate!

Greate! Greate! Greate!

Why don't you describe it? This is not hard at all. It just... never occur to me, that it behaves this way. I thought elm-format is like a library or something embedded in these supported editor. I thought there will be one plugin for each individual editor.

benjick commented 6 years ago

It's linked in the readme but you're right, it could be made more obvious