This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-24
Channels
- # babashka (6)
- # beginners (11)
- # calva (4)
- # clojure (12)
- # clojure-madison (2)
- # clojure-norway (25)
- # clojure-spec (8)
- # clojure-sweden (1)
- # clojurescript (17)
- # datalevin (1)
- # datomic (8)
- # events (5)
- # ghostwheel (1)
- # hyperfiddle (16)
- # off-topic (16)
- # pedestal (1)
- # reagent (6)
- # reitit (1)
- # releases (3)
- # scittle (1)
- # shadow-cljs (5)
- # specter (2)
- # squint (4)
yarn create cljs-project my-project
npx create-cljs-project cljs
Neither creates app
build in shadow-cljs.edn on my Archlinux machine. But yesterday I just did the same with yarn on my Debian stable machine with yarn and there's app
build. What's the catch?Both npx/yarn in Debian pull in approx. 400 nodejs packages as dependencies if that matters.
create-cljs-project only creates a bare bones project structure, it has never generated any additional files or builds
You are right. How did I miss that? I was only doing c&p found in the user guide https://shadow-cljs.github.io/docs/UsersGuide.html. tyvm