Fork me on GitHub
#shadow-cljs
<
2018-02-11
>
donmullen19:02:18

Trying to get fulcro routing video demo up which uses shadow - and I’m using emacs/cider. When I add :dependencies [[cider/cider-nrepl "0.16.0"]] to my shadow-cljs.edn file I get

SERVER INSTANCE OUT OF DATE!
Please restart.

donmullen19:02:38

Without that I can do cider-connect to a the repl - but get a message from cider indicating the cider-nrepl version is nil and doesn’t match cider version.

donmullen19:02:07

From the connected repl - I can run (shadow/nrepl-select :cards) - but attempt tos C-c C-e from cljs file - get There is no connected JS runtime.

donmullen19:02:23

Perhaps a question for #cider ?

donmullen19:02:50

NVM : had another terminal running shadow-cljs - doh! — stopping that that and running again - everything seems to be working.

thheller22:02:14

@donmullen in the future you can run shadow-cljs stop to stop the "out of date" (ie. dependencies were changed) server