This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-05
Channels
- # adventofcode (138)
- # announcements (1)
- # babashka (4)
- # beginners (71)
- # biff (2)
- # calva (7)
- # cider (20)
- # clj-kondo (4)
- # cljsrn (4)
- # clojure (36)
- # clojure-europe (37)
- # clojure-nl (2)
- # clojure-norway (27)
- # clojure-portugal (1)
- # clojure-uk (4)
- # clojurescript (8)
- # emacs (3)
- # graphql (1)
- # hugsql (4)
- # humbleui (6)
- # hyperfiddle (1)
- # jobs-discuss (18)
- # joyride (2)
- # malli (17)
- # meander (7)
- # membrane (8)
- # off-topic (16)
- # pathom (14)
- # portal (4)
- # rdf (36)
- # reitit (4)
- # releases (2)
- # remote-jobs (1)
- # scittle (15)
- # shadow-cljs (13)
- # tools-deps (40)
Thank you @joshmiller for the update of your krell template. I have been trying to use with relative success. I have a question, I have been trying to add re-frame as a dependency in the deps.edn file at root.
{:deps {io.vouch/krell :mvn/version "".5.3""
reagent/reagent {:mvn/version "1.1.1"
:exclusions [cljsjs/react cljsjs/react-dom]}
re-frame/re-frame {:mvn/version "1.3.0"}
}}
I have try re loading the REPL and quitting it and restarting both in Vscode/calva and spacemacs/cider. In both cases I get an error that says that re-frame is not not found.
I also tried running yarn cljs:build to see if that down loads the dependencies, but that does not do it either.
I don’t know what else to try. Can you (or anybody else) point me in the right direction please?Did you restart the metro bundler (`yarn run ios` or android
)?