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
Installing any dependencies (even dev dependencies) globally is normally an anti pattern for node.js. So elm-format should be installed locally with npm install --save-dev elm-format and elm-format-on-save should check if the binary is available in node_modules/elm-format/bin/elm-format.