lein-figwheel 2024-11-13

I think the issue is that figwheel is relying on a native library that is not compiled for the Apple Silicon architecture. There's no real way around that but the original figwheel (that you are using) has been deprecated and replaced with figwheel-main. See https://figwheel.org/ for instructions on how to set that up and a tutorial on how to use it.

👍 1

Figwheel-main should work fine on Mac M1 (works on my M3)

Thanks @agile_geek it solved my problem

1. lein new figwheel contacts 2. cd contacts 3. updated dependencies

:dependencies [[org.clojure/clojure "1.12.0"]
                 [org.clojure/clojurescript "1.11.132"]
                 [org.clojure/core.async  "1.6.681"]
                 [org.omcljs/om "1.0.0-beta4"]]
4. lein figwheel

last step gave me this error

mine is m1 mac