avh4 / elm-upgrade

Upgrade Elm projects
https://www.npmjs.com/package/elm-upgrade
MIT License
122 stars 15 forks source link

path issue #21

Closed jschoch closed 6 years ago

jschoch commented 7 years ago
[elixir1.2@admin]$ elm-upgrade
INFO: Found elm at /usr/bin/elm
INFO: Found elm-package at /usr/bin/elm-package
INFO: Found Elm Platform 0.18.0
ERROR: elm-format was not found on your PATH.  Make sure you have elm-format installed.
You can download Elm format here https://github.com/avh4/elm-format#installation-

[elixir1.2@admin]$ which elm-format
~/elm-format/bin/elm-format
avh4 commented 6 years ago

I think the error message explains the situation correctly. Ask in the Elm Slack or Elm Discourse if you still need help. Thanks!