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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
When running the REPL, I have some strange behavior. If I type something in, it takes a while to actually do anything. Then if I Ctrl+C, I get an error from Elm.
Here's the terminal output:
11:42 me@compy ~ $ elm repl
---- elm repl 0.17.0 -----------------------------------------------------------
:help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl>
--------------------------------------------------------------------------------
> 1 + 2
3 : number
>
>
>
11:45 me@compy ~ $ elm repl
---- elm repl 0.17.0 -----------------------------------------------------------
:help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl>
--------------------------------------------------------------------------------
>
elm-repl: <stdin>: hGetChar: hardware fault (Input/output error)
I am running Fedora 22 with Linux kernel 4.2.8-200.fc22.x86_64. I installed via npm v2.11.3 (nodejs v0.12.7). I installed it with npm install -g elm. I had problems installing it because npm doesn't install to the default path for sudo, but I managed to get it to work.
The text was updated successfully, but these errors were encountered:
When running the REPL, I have some strange behavior. If I type something in, it takes a while to actually do anything. Then if I Ctrl+C, I get an error from Elm.
Here's the terminal output:
I am running Fedora 22 with Linux kernel 4.2.8-200.fc22.x86_64. I installed via npm v2.11.3 (nodejs v0.12.7). I installed it with
npm install -g elm
. I had problems installing it because npm doesn't install to the default path for sudo, but I managed to get it to work.The text was updated successfully, but these errors were encountered: