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
Firs of all, thanks a lot for the nice tutorial. It's exactly what I need to try and learn clojure/script basics and tooling.
However, when I launch figwheel with clj -m figwheel.main, a browser window opens correctly, but the terminal never completes to show a REPL. It stops at the line Opening URL http://localhost:9500, and no cljs.user=> prompt ever appears.
I'm using Chrome on Linux in a standard shell. I tried removing rebel-readline from dependencies, without difference. Thanks in advance!
EDIT: By the way, the browser succesfully connects to the REPL, as indicated by the green "Connected" next to the logo...
The text was updated successfully, but these errors were encountered:
I've discovered that the REPL prompt appears if I launch the clj -m figwheel.main command and there is already a Google Chrome window open. If the command opens a new window itself, the REPL prompt never becomes accessible... Very strange!
Firs of all, thanks a lot for the nice tutorial. It's exactly what I need to try and learn clojure/script basics and tooling.
However, when I launch figwheel with
clj -m figwheel.main
, a browser window opens correctly, but the terminal never completes to show a REPL. It stops at the lineOpening URL http://localhost:9500
, and nocljs.user=>
prompt ever appears.I'm using Chrome on Linux in a standard shell. I tried removing rebel-readline from dependencies, without difference. Thanks in advance!
EDIT: By the way, the browser succesfully connects to the REPL, as indicated by the green "Connected" next to the logo...
The text was updated successfully, but these errors were encountered: