Fork me on GitHub
#shadow-cljs
<
2020-09-27
>
mischov04:09:49

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.

mischov04:09:54

Wondering if it has anything to do with the games Cognitect make you play getting authorization to pull the dep.

thheller07:09:36

@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)

souenzzo14:09:35

@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)

mischov17:09:09

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