This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-27
Channels
- # announcements (1)
- # babashka (7)
- # beginners (60)
- # calva (24)
- # cider (2)
- # cljdoc (9)
- # clojure (21)
- # clojure-australia (1)
- # clojure-europe (2)
- # clojurescript (26)
- # core-async (89)
- # datalog (11)
- # datomic (40)
- # fulcro (24)
- # graalvm (5)
- # luminus (1)
- # meander (1)
- # numerical-computing (1)
- # off-topic (3)
- # shadow-cljs (6)
- # test-check (10)
- # tools-deps (7)
- # xtdb (18)
Has anybody had a problem getting shadow-cljs to compile when your deps.edn
includes a com.datomic/dev-local
dep? Compilation hangs for me when I include it but works fine if I remove it.
Wondering if it has anything to do with the games Cognitect make you play getting authorization to pull the dep.
@mischov I believe it causes a conflict on guava or something. check for dependency conflicts. its not the authorization (assuming you have that setup correctly)
@mischov I have a app that use #shadow-cljs and #datomic ions/cloud I end up to manually manage the guava version. (explicit set it in deps.edn)
That was indeed that problem. Thanks again! There is a forum post about it here, too: https://forum.datomic.com/t/incompatibility-between-versions-of-guava-in-dev-local-and-clojurescript-compiler/1550