This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-22
Channels
- # announcements (6)
- # babashka (8)
- # beginners (136)
- # cider (5)
- # cljs-dev (1)
- # cljsrn (1)
- # clojure (198)
- # clojure-argentina (4)
- # clojure-australia (1)
- # clojure-europe (25)
- # clojure-italy (4)
- # clojure-nl (5)
- # clojure-poland (1)
- # clojure-spec (4)
- # clojure-uk (4)
- # clojuredesign-podcast (4)
- # clojurescript (36)
- # conjure (11)
- # data-science (1)
- # datomic (6)
- # defnpodcast (1)
- # deps-new (5)
- # emacs (7)
- # events (1)
- # fulcro (10)
- # graalvm (9)
- # graalvm-mobile (10)
- # helix (9)
- # introduce-yourself (1)
- # jackdaw (1)
- # jobs-discuss (5)
- # kaocha (6)
- # lsp (10)
- # malli (11)
- # missionary (28)
- # off-topic (2)
- # pathom (24)
- # pedestal (7)
- # portal (1)
- # re-frame (12)
- # reagent (2)
- # reitit (1)
- # remote-jobs (1)
- # sci (7)
- # shadow-cljs (6)
- # sql (6)
- # tools-deps (10)
- # vim (9)
- # xtdb (19)
I'm just starting with fulcro-exercises and I immediately hit this same snag: https://github.com/fulcro-community/fulcro-exercises/issues/4. Strangely enough, running bb serve
does manage to start the server, but also spits out some errors related to the classpath.
Sorry for that, I will look into it next week when I have time. Strange you get the #4 error yet obviously shadow is there.
Not sure why shadow-cljs tries to load cider nrepl?! But since it does, try c
clojure -M:cider:serve
instead
No worries, appreciate your attention.
I did try it with the :cider
alias as well. Same result. There is discussion about the issue here https://github.com/thheller/shadow-cljs/issues/77#issuecomment-509628657, but shadow is already included in :serve's :extra-deps.
@UPWHQK562 what version of clojure CLI do you have? Mine is
❯ clojure --version Clojure CLI version 1.10.3.855
$ clojure --version
Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
--version (No such file or directory)
Full report at:
/tmp/clojure-10573607782755196237.edn
$ clojure
Clojure 1.10.0
user=>
And then I upgraded:
$ clojure --version
Clojure CLI version 1.10.3.855
It looks like upgrading did at least get me to the running stage. I'm still getting some errors, but I think those are strictly related to my configuration. I need to figure out how to connect vim-iced, but I think I can manage that part.Great! I will update the README to mention the required version.
Thanks! Any feedback appreciated!
I don't know if it would be worth the effort, but it would be kinda cool to see a visual of the decision graph in your troubleshooting guide. The troubleshooting video you created was helpful in grasping just how structured the approach to debugging can be.
That sounds really cool 🙂 Though I am not sure how I would visualize it.