Fork me on GitHub
#lein-figwheel
<
2017-02-21
>
cjmurphy04:02:35

I'm getting a 'Figwheel configuration error' that 'The required key :cljsbuild is missing'. But :cljsbuild is there in the project.clj, so I'm not sure where to go next...

Aron09:02:11

maybe it's at the wrong place? 🙂

cjmurphy11:02:40

Thanks @ashnur. Above is the full error message but I can't get any context from it. Like what key is it looking in that it can't find :cljsbuild. :cljsbuild does exist at the root level of the project.clj, where there is no parent key.

Aron11:02:23

can you share the project.clj file?

Aron11:02:56

well, if it surely works, then i am out of ideas 😞

cjmurphy11:02:47

Yeah - Cursive wants to build stubs, then fails, this being the reason you can look up as the failure message. Perhaps stub building is a different thing to building from a terminal. Actually I'll try building just from lein and see if that works...

cjmurphy11:02:41

There don't seem to be any problems doing lein compile or lein repl from the command line.

misha14:02:03

is there a way to both: keep :load-warninged-code false and have a reloading on silly warnings like: domina is a single segment namespace ?