This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-13
Channels
- # aleph (2)
- # announcements (1)
- # beginners (133)
- # cider (29)
- # cljdoc (9)
- # cljs-dev (2)
- # cljsjs (3)
- # cljsrn (1)
- # clojure (146)
- # clojure-dev (26)
- # clojure-europe (3)
- # clojure-italy (26)
- # clojure-japan (6)
- # clojure-nl (76)
- # clojure-spec (4)
- # clojure-uk (42)
- # clojurescript (17)
- # cursive (43)
- # datascript (1)
- # datomic (28)
- # emacs (4)
- # figwheel-main (13)
- # fulcro (26)
- # hyperfiddle (2)
- # jobs (9)
- # jobs-discuss (6)
- # leiningen (1)
- # mount (5)
- # onyx (8)
- # pathom (5)
- # pedestal (2)
- # re-frame (52)
- # reagent (21)
- # reitit (58)
- # ring-swagger (24)
- # shadow-cljs (95)
- # sql (14)
- # test-check (10)
- # yada (18)
@bhauman @raymcdermott, the WARNING: preload namespace figwheel.core does not exist
error appears to be turned on and off by the commenting of my require to [clojure.core.specs.alpha]
. Were you using that as well, @raymcdermott, when you had the issue?
WRT the error I have with latest ring
, if I use figwheel-main
0.2.0-SNAPSHOT, I get this: Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/jetty/http/HostPortHttpField, compiling:(ring/adapter/jetty.clj:28:9)
. Investigation continues.
i am not able to work figwheel-main with cider, here is how i tried
clj -A:rebel:nrepl:fig
(require '[cider-nrepl.main :refer [init]])
(init ["cider.nrepl/cider-middleware"])
(require '[figwheel.main.api :as fig])
(fig/start {:mode :serve} "devops")
that is -
Unhandled clojure.lang.ExceptionInfo
Failed to launch Figwheel CLJS REPL: nREPL connection found but
unable to load piggieback. This is commonly caused by A) not
providing piggieback as a dependency and/or B) not adding
piggieback middleware into your nrepl middleware chain. Please see
the documentation for piggieback here
Note: Cider will inject this config into your project.clj. This
can cause confusion when your are not using Cider.
@ghopper not in my case - spec seems to work fine. I think I must have had some junk in the trunk.
Huh, interesting
Can anyone confirm if figwheel installs any version of React on its own? I did a quick search through the figwheel-main
documentation guide and cannot find a direct response to this.