Not able to run #4
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: gered/clj-htmltopdf#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there,
I am trying to use your lib but something is not working for me. I am using leiningen and tried to import both versions
in both cases I get
Could you point me how can I fix this issue or if this is some mistake that I made?
my leiningen version
Leiningen 2.9.3 on Java 1.8.0_252 OpenJDK 64-Bit Server VM
my clojure version
Clojure 1.10.1, Java 1.8.0_252
I'm not sure why you wouldn't be able to run it, but I suspect it's because you're doing some extra config or have some extra code that you're not showing.
I just created a brand new project via
lein new
and had no issues:project.clj
core.clj
I am sorry, you are right. I was doing something wrong on my end. Just rewrote my project and it compiled.
Thank you!
No worries, glad you were able to fix it!