Open kirandeep123 opened 7 years ago
Does elm-format work when you run it from the command line?
For me it's not working when I run
$ elm-format
What to do next?
If elm-format
from the command line does not work, then you'll have to get that working first. To debug, you'll need to find the full path where elm-format was installed (this depends on how npm
is configured on your system if you used npm, otherwise it is wherever you manually placed elm-format if you downloaded it from the releases page). If you know the full path to elm-format, then you can enter that in the Atom elm-format plugin settings.
Hi , I am getting this error when I am trying to save my elm program . Am I missing something to install . I used following commands apm install elm-format npm install elm-format
please suggest .