This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-15
Channels
- # announcements (2)
- # babashka (137)
- # beginners (96)
- # calva (3)
- # cider (11)
- # clj-kondo (8)
- # cljs-dev (161)
- # cljsrn (21)
- # clojure (78)
- # clojure-europe (47)
- # clojure-france (1)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-spec (24)
- # clojure-uk (9)
- # clojuredesign-podcast (4)
- # clojurescript (39)
- # conjure (2)
- # core-async (27)
- # cursive (36)
- # datomic (54)
- # emacs (6)
- # figwheel (9)
- # figwheel-main (46)
- # fulcro (25)
- # graalvm (8)
- # helix (30)
- # hoplon (6)
- # hugsql (3)
- # jobs (5)
- # leiningen (7)
- # luminus (12)
- # nrepl (20)
- # off-topic (20)
- # pedestal (16)
- # re-frame (14)
- # reagent (3)
- # reitit (3)
- # remote-jobs (5)
- # rum (25)
- # shadow-cljs (60)
- # spacemacs (10)
- # vim (2)
- # xtdb (36)
goodday,
when i jack-in-cljs
with shadow-cljs there is a shadow-select
option
what is this and why would I need it? if I pick just shadow
I can select the build-id as well.
thanks!
sup, cider was working fine and dandy on my win10 emacs until recently (a week ago?) Not sure what changed but now I get user-error: The powershell executable isn't on your 'exec-path'
, but powershell
is definitely installed on my system so not sure what could be wrong. Searching for recent changes around the code that triggers powershell I could only find https://github.com/clojure-emacs/cider/pull/2833 but doesn't seem to be related. Any ideas?
not sure why but manually adding C:\Windows\System32\WindowsPowerShell\v1.0\
to my PATH fixed the problem
not sure why it broke from one week to the other though, initially cider (emacs) did not need that
@kirill.salykin "If you already have a running server watching a build (for instance you have already run npx shadow-cljs watch :dev
), you can use the shadow-select
CLJS REPL and specify :dev
when prompted."
https://github.com/clojure-emacs/cider/blob/master/doc/modules/ROOT/pages/cljs/shadow-cljs.adoc#using-cider-connect-cljs
interesting, thanks!
Actually, it seems not working… it complaints that shadow already running…
Maybe do you already have a cider-jack-in nrepl session ?
nope, it is complaings abour shadow cljs server
Use cider-cljs-connect then
server already running