This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-22
Channels
- # announcements (10)
- # babashka (40)
- # beginners (192)
- # calva (9)
- # cider (2)
- # clj-kondo (9)
- # clojure (69)
- # clojure-dev (15)
- # clojure-europe (29)
- # clojure-gamedev (6)
- # clojure-italy (2)
- # clojure-nl (41)
- # clojure-spec (49)
- # clojure-uk (11)
- # clojurescript (68)
- # conjure (1)
- # cryogen (20)
- # cursive (37)
- # data-oriented-programming (10)
- # data-science (4)
- # datahike (7)
- # datomic (8)
- # depstar (14)
- # emacs (7)
- # events (2)
- # figwheel-main (1)
- # fulcro (81)
- # honeysql (22)
- # hugsql (5)
- # juxt (3)
- # leiningen (8)
- # lsp (314)
- # malli (20)
- # meander (15)
- # membrane (20)
- # mid-cities-meetup (11)
- # practicalli (2)
- # reagent (2)
- # remote-jobs (2)
- # ring-swagger (1)
- # rum (3)
- # sci (21)
- # shadow-cljs (52)
- # startup-in-a-month (1)
- # testing (9)
- # tools-deps (41)
- # vim (8)
- # xtdb (4)
Hi, I am trying out Cryogen to use for a documentation for a simple SaaS I'm building. So I'm following the instructions on the getting started page but I get "Unqualified function can't be resolved: create" when executing clojure -X:new create :template cryogen :name me.my-blog
I'm a clojure newbe so forgive me if this is elementary knowledge
It works if I remove create
We assume you set up Clj-new as described at https://github.com/seancorfield/clj-newhttps://github.com/seancorfield/clj-new
If you have :new
set up per the clj-new
README, you should not specify create
@fredrik245 Where did you find the instruction to use clojure -X:new create :template cryogen ...
?
Ugh! It's on the cryogen home page 😞
@holyjak yes I did
I submitted a PR to fix their quick start guide!
As you noted @fredrik245 it works if you omit create
-- their instructions are currently wrong.
:thumbsup:
https://github.com/seancorfield/clj-new/blob/develop/README.md has examples (without create
!) 🙂
Thanks! Will fix.
@fredrik245 FYI, the home page has been updated now! (thanks @yogthos)
and the getting-started has now also been updated to show clj -X:new ... correctly
awesome :thumbsup:
is it possible to use cryogen with hiccup instead?
and the getting-started has now also been updated to show clj -X:new ... correctly