Fork me on GitHub
#shadow-cljs
<
2024-02-24
>
Apple16:02:19

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?

Apple16:02:28

Both npx/yarn in Debian pull in approx. 400 nodejs packages as dependencies if that matters.

thheller16:02:56

create-cljs-project only creates a bare bones project structure, it has never generated any additional files or builds

thheller16:02:05

I think you maybe used create-cljs-app?

Apple16:02:37

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