This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-29
Channels
- # beginners (18)
- # boot (1)
- # cider (12)
- # clojure (18)
- # clojure-russia (5)
- # clojure-uk (8)
- # clojurescript (17)
- # cursive (7)
- # datomic (10)
- # editors (1)
- # figwheel-main (14)
- # hoplon (2)
- # hyperfiddle (1)
- # keechma (2)
- # leiningen (25)
- # off-topic (5)
- # onyx (3)
- # reagent (53)
- # reitit (6)
- # shadow-cljs (14)
- # spacemacs (3)
- # tools-deps (14)
- # uncomplicate (12)
there seems to be an incompatibility between com.datomic/client-cloud {:mvn/version "0.8.54"}
and com.bhauman/figwheel-main {:mvn/version "0.1.4"}
. If I have both at my deps.edn :dependencies at the same time, I get this exception when trying to start figwheel-main
if I comment out the datomic dependency this doesn't happen and figwheel starts fine
@euccastro unfortunately this is true, but there is a solution you have to exclude org.eclipse.jetty.websocket/websocket-servlet
org.eclipse.jetty.websocket/websocket-server
org.eclipse.jetty/jetty-server