Guys, I’m having trouble using the CLJS
repl properly via Cursive
. The browser opens up and the connection is established but unable to use the js
namespace and such
Can you share your deps.edn file. Any changes you made to the other .edn files? Does the project run okay via the command line?
Hi @jr0cket,
Here’s the deps.edn
file with some core clojure libs and the addition of a :cursive
alias which doesn’t rely upon the rebel-cljs
.
I’ve tried with the vanilla fig
as well - though the result is the same in both cases.
Thanks for sharing the answer you found, most helpful
My pleasure 🙂