This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-21
Channels
- # arachne (1)
- # aws-lambda (50)
- # beginners (10)
- # boot (59)
- # capetown (4)
- # cider (9)
- # cljsjs (27)
- # clojure (249)
- # clojure-berlin (8)
- # clojure-finland (7)
- # clojure-germany (1)
- # clojure-italy (6)
- # clojure-nl (7)
- # clojure-russia (91)
- # clojure-spec (100)
- # clojure-uk (61)
- # clojureremote (2)
- # clojurescript (171)
- # core-async (11)
- # cursive (31)
- # data-science (1)
- # datascript (2)
- # datomic (11)
- # dirac (2)
- # emacs (16)
- # events (1)
- # hoplon (142)
- # juxt (4)
- # lein-figwheel (9)
- # leiningen (10)
- # luminus (7)
- # lumo (44)
- # mount (3)
- # off-topic (150)
- # om (18)
- # onyx (5)
- # perun (12)
- # planck (12)
- # protorepl (13)
- # re-frame (28)
- # reagent (8)
- # ring (1)
- # ring-swagger (10)
- # spacemacs (2)
- # specter (11)
- # sql (14)
- # untangled (99)
- # vim (18)
- # yada (2)
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...
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.
Yes sure. I'm just looking at existing code that surely works: https://github.com/untangled-web/untangled-cookbook/blob/master/recipes/css/project.clj
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...