This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-11
Channels
- # beginners (79)
- # boot (21)
- # cider (28)
- # cljs-dev (1)
- # clojure (88)
- # clojure-italy (3)
- # clojure-russia (6)
- # clojurescript (49)
- # community-development (4)
- # cursive (37)
- # datomic (12)
- # editors (3)
- # emacs (33)
- # fulcro (15)
- # hoplon (9)
- # jobs-discuss (3)
- # keechma (3)
- # lein-figwheel (2)
- # luminus (3)
- # off-topic (146)
- # onyx (5)
- # portkey (11)
- # re-frame (34)
- # reagent (7)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (6)
- # unrepl (11)
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.
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.
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.
NVM : had another terminal running shadow-cljs - doh! — stopping that that and running again - everything seems to be working.
@donmullen in the future you can run shadow-cljs stop
to stop the "out of date" (ie. dependencies were changed) server