You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is expected as Clerk currently doesn't support babashka. #232 is an old experimental PR in which we explored adding babashka support but we never saw much demand for this and decided it wasn't worth the added complexity at the time. Feel free to chime in there as to why you'd want/need Babashka support.
Expected Result
When I use
clerk
in ababashka
project, it works.Observed Result when running with Clj
It works
Observed Result when running with Babashka
As soon as I reference
nextjournal.clerk
, I get an error"Unable to resolve classname: io.methvin.watcher.DirectoryChangeEvent"
.The same code runs, when started with vanilla Clojure
Source
Source File
bb.edn
deps.edn
The text was updated successfully, but these errors were encountered: