Open tmarkson opened 1 year ago
I should note that running the dev version produces this for me:
:~/MeshMon/resources/public/js/compiled $ npx shadow-cljs watch app
shadow-cljs - config: /home/tcm/MeshMon/shadow-cljs.edn
shadow-cljs - HTTP server available at http://localhost:8280
shadow-cljs - HTTP server available at http://localhost:8290
shadow-cljs - server version: 2.19.9 running at http://localhost:9630
shadow-cljs - nREPL server started on port 8777
shadow-cljs - watching build :app
[:app] Configuring build.
[:app] Compiling ...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[:app] Build failure:
Multiple files failed to compile.
aborted par-compile, [:shadow.build.classpath/resource "rewrite_clj/zip/walk.cljc"] still waiting for #{rewrite-clj.zip.subedit}
{:aborted [:shadow.build.classpath/resource "rewrite_clj/zip/walk.cljc"], :pending #{rewrite-clj.zip.subedit}}
ExceptionInfo: aborted par-compile, [:shadow.build.classpath/resource "rewrite_clj/zip/walk.cljc"] still waiting for #{rewrite-clj.zip.subedit}
shadow.build.compiler/par-compile-one (compiler.clj:1071)
shadow.build.compiler/par-compile-one (compiler.clj:1036)
shadow.build.compiler/par-compile-cljs-sources/fn--13484/iter--13506--13510/fn--13511/fn--13512/fn--13513 (compiler.clj:1154)
clojure.core/apply (core.clj:667)
clojure.core/with-bindings* (core.clj:1990)
clojure.core/with-bindings* (core.clj:1990)
clojure.core/apply (core.clj:671)
clojure.core/bound-fn*/fn--5818 (core.clj:2020)
java.util.concurrent.FutureTask.run (FutureTask.java:264)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
java.lang.Thread.run (Thread.java:829)
aborted par-compile, [:shadow.build.classpath/resource "rewrite_clj/zip/context.cljc"] still waiting for #{rewrite-clj.zip.walk rewrite-clj.zip.seqz}
{:aborted [:shadow.build.classpath/resource "rewrite_clj/zip/context.cljc"], :pending #{rewrite-clj.zip.walk rewrite-clj.zip.seqz}}
ExceptionInfo: aborted par-compile, [:shadow.build.classpath/resource "rewrite_clj/zip/context.cljc"] still waiting for #{rewrite-clj.zip.walk rewrite-clj.zip.seqz}
shadow.build.compiler/par-compile-one (compiler.clj:1071)
shadow.build.compiler/par-compile-one (compiler.clj:1036)
shadow.build.compiler/par-compile-cljs-sources/fn--13484/iter--13506--13510/fn--13511/fn--13512/fn--13513 (compiler.clj:1154)
clojure.core/apply (core.clj:667)
clojure.core/with-bindings* (core.clj:1990)
clojure.core/with-bindings* (core.clj:1990)
clojure.core/apply (core.clj:671)
clojure.core/bound-fn*/fn--5818 (core.clj:2020)
java.util.concurrent.FutureTask.run (FutureTask.java:264)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
java.lang.Thread.run (Thread.java:829)
I was able to compile the prod release. After running
node app.js
first time, I needed to installxmlhttprequest
. After doing that, here is the output error and I'm not sure what to do. Would you help?