Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency errors on load #24

Open
respatialized opened this issue Jan 5, 2025 · 1 comment
Open

Dependency errors on load #24

respatialized opened this issue Jan 5, 2025 · 1 comment

Comments

@respatialized
Copy link

Hi there! I've been working on a small project using kindly-render and I've been encountering a few issues with the most recent released version (v. 0.1.1-alpha).

(require '[scicloj.kindly-render.notes.to-html-page :as to-html])

Issue 1: GraalJS error with provided version of nextjournal/markdown on JDK22+

I'm on JDK23. Attempting to load the library results in a error related to sun.misc.Unsafe, which was removed in JDK22.
Fix: update nextjournal/markdown to a more recent version that doesn't use GraalJS.

Manually adding the newer version resolves the issue locally for me.

Issue 2: Could not locate clojure.data.json

This issue cropped up when I resolved the first issue.
Fix: add clojure.data.json to the dependency list.

Manually adding the library allowed me to load kindly-render without errors.

@daslu
Copy link
Member

daslu commented Jan 6, 2025

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants