Fork me on GitHub
#holy-lambda
<
2022-03-03
>
Luke Zeitlin12:03:12

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

Karol Wójcik12:03:12

Do you have clj-new installed?

Luke Zeitlin12:03:24

yes, it's installed and I can create a new app with, for example: clojure -Tclj-new app :name myname/myapp

Luke Zeitlin12:03:48

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

Karol Wójcik14:03:07

Yeah. Cool you have figured it out. :)