bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

On a brand new project `lein figwheel` -> `java.lang.NullPointerException` #753

Open harold opened 2 years ago

harold commented 2 years ago

Full stacktrace in this gist: https://gist.github.com/harold/efa9a6a6a44ce1f36eb78076d3881d27

The config was indeed causing this (had a string instead of a symbol for [:cljsbuild :builds :compiler :main])

Relevant deps:

Hope that helps, we so verily appreciate figwheel. Such a key piece of the world's best webdev puzzle.

Thank you!