how do I deal with this when doing "boot dev" from the current lumo repo (to hopefully build a new 32 bit version):
Retrieving tools.nrepl-0.2.13.jar from <https://repo1.maven.org/maven2/> (40k)
Installing node dependencies with `yarn install`
yarn install v1.22.5
warning ../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
java.lang.Thread.run Thread.java: 830
java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 628
java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1128
java.util.concurrent.FutureTask.run FutureTask.java: 264
...
clojure.core/binding-conveyor-fn/fn core.clj: 2030
boot.core/boot/fn core.clj: 1032
boot.core/run-tasks core.clj: 1022
boot.user$eval1080$fn__1081$fn__1088$fn__1089.invoke : 83
...
boot.util/dosh util.clj: 478
java.lang.Exception: yarn: non-zero exit status (139)
clojure.lang.ExceptionInfo: yarn: non-zero exit status (139)
line: 240
[kevin@belay lumo]$
when I do boot test, I get:
Retrieving tools.namespace-0.2.10.jar from <https://repo1.maven.org/maven2/> (18k)
WARNING: *lumo-version* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic *lumo-version* or change the name at line 4 src/cljs/snapshot/lumo/core.cljs
WARNING: var: lumo.repl/current-alias-map is not public at line 72 src/test/lumo/lumo/repl_tests.cljs
WARNING: var: lumo.repl/get-namespace is not public at line 87 src/test/lumo/lumo/repl_tests.cljs
WARNING: var: lumo.repl/current-alias-map is not public at line 97 src/test/lumo/lumo/repl_tests.cljs
WARNING: var: lumo.repl/current-alias-map is not public at line 123 src/test/lumo/lumo/repl_tests.cljs
WARNING: var: lumo.repl/get-namespace is not public at line 133 src/test/lumo/lumo/repl_tests.cljs
WARNING: var: lumo.repl/get-namespace is not public at line 137 src/test/lumo/lumo/repl_tests.cljs
WARNING: var: lumo.repl/get-namespace is not public at line 155 src/test/lumo/lumo/repl_tests.cljs
;; ======================================================================
;; Testing with Node:
Testing lumo.repl-tests
Testing lumo.js-deps-tests
Ran 10 tests containing 39 assertions.
0 failures, 0 errors.