This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-19
Channels
- # announcements (5)
- # beginners (40)
- # cider (3)
- # clara (9)
- # cljs-dev (2)
- # cljsrn (4)
- # clojure (8)
- # clojure-spec (24)
- # clojure-uk (4)
- # clojurescript (3)
- # cursive (6)
- # data-science (3)
- # datomic (53)
- # emacs (3)
- # figwheel-main (11)
- # fulcro (37)
- # lein-figwheel (17)
- # off-topic (13)
- # parinfer (1)
- # re-frame (9)
- # reagent (2)
- # remote-jobs (7)
- # shadow-cljs (75)
- # tools-deps (4)
- # yada (16)
I'm getting Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server
when using clojure -m figwheel.main
you have to add org.eclipse.jetty.websocket/websocket-servlet
and org.eclipse.jetty.websocket/websocket-server
to your deps and they have to be the same version of jetty that datomic cloud uses
right
ok that fixed that - thankyou!
now to make my cljs compile with deps.edn
what does it mean when it says [Figwheel] Compile Exception: No input matching "thingy.main"
?
where thingy
is in deps.edn as a :local/root
that's the only compilation error I get,
Rebel readline] Type :repl/help for online help info[main] INFO org.eclipse.jetty.util.log - Logging initialized @26016ms to org.eclipse.jetty.util.log.Slf4jLog[main] INFO org.eclipse.jetty.server.Server - jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_131-b11[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@8d0253b{/figwheel-connect,null,AVAILABLE}[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@f61f06e{/figwheel-connect,null,AVAILABLE}[main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@7a174e4b{HTTP/1.1,[http/1.1]}{0.0.0.0:9500}[main] INFO org.eclipse.jetty.server.Server - Started @26667ms
but I don't get a REPL
and my code's not reloading
ok i think it's to do with my code-splitting
have to say @bhauman Figwheel's error messages are very helpful