Re: om next quickstart

2015-11-29 Thread William la Forge
face palm I tried to do a lein clean and it could not find project.cli. I had named the file projects.cli. Clojure error messages will take some getting used to. Thanks Linus! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group

Re: om next quickstart

2015-11-29 Thread Linus Ericsson
The problem here seems to be it can't find the dependency. Can you do lein clean lein repl and then try (require '[figwheel-sidecar.repl :as r]) (require '[figwheel-sidecar.repl-api :as ra]) to begin with? Because it seems like it cannot get the dependencies right for some reason. What does

Re: om next quickstart

2015-11-28 Thread William la Forge
Switched to java version "1.8.0_31" to no avail. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Re: om next quickstart

2015-11-28 Thread William la Forge
Perhaps this is the problem? openjdk version "1.8.0_40" -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first p

om next quickstart

2015-11-28 Thread William la Forge
Working my way through the quickstart tutorial for om next: https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29 Got to the point (not very far) where I enter this command: lein run -m clojure.main script/figwheel.clj clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException