This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-03
Channels
- # announcements (3)
- # babashka (29)
- # beginners (95)
- # calva (109)
- # cider (16)
- # clj-kondo (6)
- # cljdoc (2)
- # cljsrn (2)
- # cljtogether (1)
- # clojure (85)
- # clojure-europe (26)
- # clojure-india (1)
- # clojure-seattle (1)
- # clojure-uk (6)
- # clojurescript (14)
- # conjure (4)
- # cursive (8)
- # datomic (6)
- # emacs (21)
- # events (1)
- # figwheel-main (5)
- # fulcro (11)
- # graalvm (32)
- # graphql (1)
- # holy-lambda (7)
- # humbleui (7)
- # jobs (3)
- # membrane (8)
- # nextjournal (31)
- # off-topic (29)
- # pathom (14)
- # polylith (6)
- # portal (16)
- # practicalli (4)
- # reitit (17)
- # releases (1)
- # remote-jobs (2)
- # ring (4)
- # sci (20)
- # shadow-cljs (24)
- # sql (1)
- # vim (12)
- # xtdb (3)
Hi 👋 trying to clone the template as per instructions in https://fierycod.github.io/holy-lambda/#/babashka-backend-tutorial - I get the following error: No function found on command line or in :exec-fn
On Mac
Do you have clj-new installed?
yes, it's installed and I can create a new app with, for example: clojure -Tclj-new app :name myname/myapp
Works with clojure -Tclj-new create :template holy-lambda :name company/example-lambda :output holy-lambda-example
rather than
clojure -X:new...
I guess due to how clj-new was installed
Yeah. Cool you have figured it out. :)