chestnut

vinai 2017-11-03T10:46:28.000242Z

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?

vinai 2017-11-03T10:49:41.000210Z

Ah, I have to start the app initially with (go).

2017-11-03T19:57:53.000150Z

yeah, it originally was (run) but that's being deprecated in favor of (go) to mirror reloaded.repl's API