rundis / elm-light

Elm language plugin for Light Table
https://rundis.gitbooks.io/elm-light-guide/content/
MIT License
133 stars 10 forks source link

Error checking elm version constraint #41

Open rsrini7 opened 7 years ago

rsrini7 commented 7 years ago

Hi,

i have elm version 0.18.0 in my windows 10. and i am getting below error while connecting to elm in lightable.

"Error checking elm version constraint"

rundis commented 7 years ago

How did you install elm ? If you used npm did you install it globally ? The error is typically caused by elm-light not being able to locate the elm executables (assumes they are in path for the Light Table process).

rsrini7 commented 7 years ago

I installed through ELM Windows Installer "http://install.elm-lang.org/Elm-Platform-0.18.exe" and added the installed path to PATH env.