Closed zakaluka closed 8 years ago
I think the issue is that elm-light doesn't play nice with an npm installed version of Elm (in particular the .cmd files needs to be special case handled in node). Short story, could you try installing Elm using the installable distribution https://guide.elm-lang.org/get_started.html#install ?
I uninstalled the npm version and installed the distribution from the link. That fixed the problem. Thank you.
Hi I am receiving the following error when trying to start a connection:
Here is my (truncated) output of checking the PATH from within lighttable. The important part being that the last entry in the PATH is the directory for elm-repl (and other elm utilities).
When I execute
where elm-repl
on the windows command-line, I get:Any thoughts on how to fix this? (I apologize in advance if this is a very rudimentary question). I saw a similar issue, #17, but it was closed without resolution.