Error getting started: 'clj-htmltopdf.options' not found #2
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#2
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'm getting the error
after adding
[clj-htmltopdf "0.1-alpha5"]
to my project.clj and trying to do(use 'clj-htmltopdf.core)
Any ideas why this is failing?
Thanks
Sorry, it seems I made a little mistake in the latest release. I apologize for the inconvenience. I'll try to get a fix out soon.
So that you're not stuck waiting for me, you can just use the previous release
[clj-htmltopdf "0.1-alpha4"]
.I've just pushed out
[clj-htmltopdf "0.1-alpha6"]
which fixes that compile error. Let me know if you continue running into any trouble.