-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
starting shadow-cljs fails on M1 Mac #1049
Comments
Upgrade. You have an absolute ancient version it seems |
I just bumped |
I'm seeing the same error on my M1 machine. shadow-cljs --cli-info shows that I'm on version 2.10.22 of the cli and have openjdk 11. Here's the edn output. |
Are you using |
Here you go, but this is happening on an untouched create-cljs-app project. {:builds
{:app {:asset-path "/js"
:modules {:main {:init-fn app.core/main}}
:output-dir "public/js"
:target :browser}
:cards {:asset-path "/js"
:modules {:main {:init-fn app.cards/main}}
:compiler-options {:devcards true}
:output-dir "public/js"
:target :browser}
:test {:ns-regexp "app.cards"
:output-to "out/test.js"
:target :node-test}
:e2e {:ns-regexp "e2e.*"
:output-to "out/e2e.js"
:target :node-test}}
:dependencies [[reagent "0.8.1"]
[devcards "0.2.6"]]
:dev-http {3000 "public"}
:nrepl {:port 3333}
:source-paths ["src"]} |
I wasn't aware of create-cljs-app project. The official way is to use npx create-cljs-project acme-app Maybe it would be worth to create an issue on the |
|
It worked with the new version.
It works fine with the latest version of shadow-cljs(2.20.2). |
I have faced the following error and currently I am not able to find a way fixing the problem.
Does anybody give me suggestions to avoid this error ?
Thanks
The text was updated successfully, but these errors were encountered: