Hello! I am a newbie to figwheel-main. My first program issued this:
Load time for file:/home/ru/clojure/pro-sail/pprj_base/CesiumEngine.pprj = 0 sec (project) + 5 sec (ui) Loading Clojure Program "Figwheel Support" = true [Figwheel] Compiling build dev to "target/public/cljs-out/dev-main.js" [Figwheel] Failed to compile build dev in 0.33 seconds. [Figwheel:WARNING] Compile Exception: Could not write JavaScript nil [Figwheel:SEVERE] [Figwheel] Starting Server at http://localhost:9500 Opening URL http://localhost:9500 What to do next?
The browser should automatically open showing the ClojureScript app, at the localhost:9500 address
However, there seems to be an error compiling the ClojureScript code into JavaScript, so there is no app to run. Suggest creating a project from the figwheel-template and running it before changing code https://github.com/bhauman/figwheel-template
It is a good advice, to use template. I'll try it. But maybe somehow it's possible to make more verbose output?