This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-16
Channels
- # announcements (1)
- # babashka (13)
- # beginners (33)
- # calva (26)
- # cherry (33)
- # clerk (5)
- # clj-kondo (3)
- # clojure (40)
- # clojure-europe (24)
- # clojure-finland (2)
- # clojure-norway (29)
- # clojurescript (18)
- # cursive (2)
- # datomic (6)
- # docker (11)
- # emacs (12)
- # events (1)
- # fulcro (71)
- # graalvm (8)
- # hyperfiddle (2)
- # lsp (23)
- # meander (5)
- # off-topic (36)
- # polylith (4)
- # re-frame (6)
- # reitit (13)
- # shadow-cljs (87)
- # spacemacs (1)
- # tools-deps (19)
- # vim (5)
- # xtdb (57)
A Clerk project set up with:
clojure -Sdeps '{:deps {io.gitclojure -Sdeps '{:deps {io.github.mentat-collective/clerk-utils {:git/sha "c9523f2879cd28a0801b918ada1c27ffc49b00e2"}}}' \
-Tnew create \
:template clerk-utils/custom \
:name myusername/my-notebook-project
With its dependencies bumped to the latest versions fails when bb clerk-watch
is called with the error The required namespace "nextjournal.clerk.static-app" is not available.
I see that the file got dropped in https://github.com/nextjournal/clerk/commit/cb19394b59ec1b8d3bf6a733dc4adcaa729a0667yup, i’ll need to update the template
Okay, give it a try with
"40e7c7bd358c95d1cc96d76eb6ae5099868e500f"
@slack1003 that should do it. that command as written looks like it’s missing a }
somewhere, but I tried the template with the fix I just pushed and it seems to work fine. let me know!