This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-08
Channels
- # aleph (7)
- # announcements (12)
- # babashka (19)
- # beginners (4)
- # calva (29)
- # cider (20)
- # clj-kondo (20)
- # clojure (66)
- # clojure-austin (4)
- # clojure-europe (11)
- # clojure-nl (1)
- # clojure-norway (42)
- # clojure-uk (4)
- # clojuredesign-podcast (9)
- # conjure (1)
- # cursive (5)
- # datomic (42)
- # etaoin (4)
- # events (10)
- # garden (8)
- # graphql (1)
- # holy-lambda (7)
- # honeysql (3)
- # hyperfiddle (5)
- # missionary (11)
- # music (1)
- # off-topic (12)
- # practicalli (2)
- # re-frame (2)
- # reitit (6)
- # releases (2)
- # vim (2)
- # web-security (1)
- # xtdb (3)
How would i got about figuring out why this:
clojure -X:new :template holy-lambda :name com.company/example-lambda :output holy-lambda-example
does this:
No function found on command line or in :exec-fn
Instead of the happy path?
I'm on linux, and i already had most of the deps installed, though i didn't use brew. I doubt thats it. The error itself seems to be saying it can't find the function... but i don't understand, what function can't it find?apologies if i'm away if and when someone responds, ill get back to it as soon as i can 馃檪
Did you install clj-new as your tool?
I can run the examples on the clj-new repo and they work. So, yes.
i didn't (how did i miss this)