REPL is not working
Closed this issue · 5 comments
meownoid commented
meownoid commented
There are a lot of errors in developer console though:
WebSocket is already in CLOSING or CLOSED state.
{"loaded":true,"filepath":"","console":"main","cells":[{"cellContent":"main = putStrLn \"Hello, world!\"","cellType":"CodeCell","cellId":0}],"author":"","date":"","subtitle":"","title":""}
And the first one:
WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
NickSeagull commented
Can you try to run stack build
first in the root of your project and then try to use the console?
Also, try to see if there is a process called haskelldo-core...
and kill it.
Thanks!
meownoid commented
stack build
didn't help.- There is no a
haskelldo-core
named process.
NickSeagull commented
I've looked into this, looks like they are the same reasons as #36 .
I can reproduce this
NickSeagull commented
Irrelevant with new version, closing