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)
Thanks!
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