elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

REPL does not respond. #143

Closed AnthonyJacob closed 7 years ago

AnthonyJacob commented 7 years ago

I have installed elm 0.18 recently trough npm, but I have got few warnings:

npm WARN deprecated node-uuid@1.4.7: use uuid module instead npm WARN Anthony No description npm WARN Anthony No repository field.

Now if I launch elm-repl, it does not respond to anything I write (except :help, :reset, :anycommand). If I use C^C, I get:

^C Computation interrupted, any definitions were not completed. elm-repl: : hGetChar: hardware fault (Input/output error)

My OS is Fedora release 25 (Twenty Five)

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

AnthonyJacob commented 7 years ago

Solved. I did not know about #128 and because the init took half a minute, I killed it every time before it finished.