@holyjak how do I connect to the right repl for the fulcro exercises from emacs? Usually I do cider-jack-in-cljs
and then select shadow-cljs
but in this case I get:
error in process sentinel: Could not start nREPL server: npx: installed 100 in 5.21s
------------------------------------------------------------------------------
WARNING: shadow-cljs not installed in project.
See <https://shadow-cljs.github.io/docs/UsersGuide.html#project-install>
------------------------------------------------------------------------------
nevermind I had to use cider-connect
. It could be worthwhile to mention this in the readme @holyjak
Hi, thank you! I do not use Emacs so any help with the instructions is welcome. Last time @yubrshen tried the instructions and it worked for him. So what's the difference? 🙏
I see, I will mention to use M-x cider-connect-cljs
. Thx!
I can add more precise instructions if you want them, when I'm back later. Glad to be useful, the exercises are very good! 🙂
FYI - Readme updated