ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Error on first line of main file: events.js #149

Open ghost opened 6 years ago

ghost commented 6 years ago

I use elm-vim together with Ale and in the first line of the main file it always shows

App.elm | 1 error | events.js:136

with no error detail. Other errors or warnings are not shown at all.

Compiling or executing any elm command works, only displaying errors in Vim is broken.

OS: Ubuntu 16.04 LTS Vim Version: NVIM v0.2.2
Elm Version: 0.18 Plugins: w0rp/ale, ElmCast/elm-vim

screenshot from 2017-12-29 11-29-37

mhanberg commented 6 years ago

I just had this problem, and deleting my node_modules and elm-stuff folders and reinstalling did the trick. I don't know what the root cause is however.