Fork me on GitHub
#holy-lambda
<
2024-02-08
>
Drew Verlee04:02:14

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?

Drew Verlee04:02:02

apologies if i'm away if and when someone responds, ill get back to it as soon as i can 馃檪

Karol W贸jcik06:02:10

Did you install clj-new as your tool?

Drew Verlee06:02:23

I can run the examples on the clj-new repo and they work. So, yes.

Drew Verlee15:02:01

i didn't (how did i miss this)

Drew Verlee15:02:39

that worked! thanks

馃槃 1