figwheel-main

ru 2024-04-12T08:18:09.399319Z

Hello! I am a newbie to figwheel-main. My first program issued this:

ru 2024-04-12T08:19:52.645689Z

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?

practicalli-johnny 2024-04-12T13:57:29.023629Z

The browser should automatically open showing the ClojureScript app, at the localhost:9500 address

practicalli-johnny 2024-04-12T14:27:35.471269Z

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

ru 2024-04-12T14:59:51.023649Z

It is a good advice, to use template. I'll try it. But maybe somehow it's possible to make more verbose output?