electric-datomic-browser
electric-datomic-browser copied to clipboard
Invalid :refer, var goog.string/format does not exist
when running clj -A:dev -X user/main
I get the following error
shadow-cljs - server version: 2.22.10 running at http://localhost:9630
shadow-cljs - nREPL server started on port 9001
[:dev] Configuring build.
[:dev] Compiling ...
[:dev] Build failure:
------ ERROR -------------------------------------------------------------------
File: jar:file:/Users/user/.m2/repository/thheller/shadow-cljs/2.22.10/shadow-cljs-2.22.10.jar!/shadow/cljs/devtools/client/hud.cljs:1:1
--------------------------------------------------------------------------------
1 | (ns shadow.cljs.devtools.client.hud
-------^------------------------------------------------------------------------
Invalid :refer, var goog.string/format does not exist
--------------------------------------------------------------------------------
2 | (:require
3 | [shadow.dom :as dom]
4 | [shadow.animate :as anim]
5 | [shadow.cljs.devtools.client.env :as env]
--------------------------------------------------------------------------------
👉 App server available at http://0.0.0.0:8080```
im on an M2 Mac in case that matters
Did you resolve this @snldzo7 ? Same is happening to me on ubuntu.
Here is a relevant Slack conversation in case anyone is looking. The resolution didn't work for me, but YMMV. https://clojurians.slack.com/archives/C7Q9GSHFV/p1692792979446549
I meet the same problem.
As of this week we have a better, upgraded version of the datomic-browser, now for Electric v3. It is far better / simpler / faster. However the src is currently in our monorepo with our other demos and we don't have a good way to release it yet. Please DM me in Slack if you have a use case for this.
closing as - fixed in v3 trunk