I'm trying to start a chestnut based app with figwheel using lein repl (not emacs) for a frontend CSS dev to work on it on his local system.
lein repl drops me into the user ns successfully, but when I run (start) or (reloaded.repl/start) I get a
IllegalArgumentException No implementation of method: :start of protocol: #'com.stuartsierra.component/Lifecycle found for class: nil clojure.core/-cache-protocol-fn
When I cider-jack-in-clojurescript in emacs it works fine...
What am I missing?Ah, I have to start the app initially with (go).
yeah, it originally was (run) but that's being deprecated in favor of (go) to mirror reloaded.repl's API