I have created a new ClojureScript project using Chestnut and selected the option to include re-frame.
The instructions in the readme say:
Open a terminal and type lein repl to start a Clojure REPL (interactive prompt).
In the REPL, type
(go)
(cljs-repl)
But when I do this I get the error:
user=> (go)(cljs-repl)
Syntax error compiling at (REPL:1:1).
Unable to resolve symbol: go in this context
Syntax error compiling at (REPL:1:1).
Unable to resolve symbol: cljs-repl in this context
Thanks very much for the video @PEZ! I wish I could do that. My problem might be a bit more complicated. Every time I write lein repl I get the error REPL server launch timed out. I would close and open a new terminal window and the repl would run, but then (go) will not work.
What’s strange now is that I can’t even get the repl to run at all, just always, times out.