Hi Guys, So... I'm trying to compile a cljs project with OM.
As in instructed above I've: cloned the repo: git clone https://github.com/swannodette/om.git Installed: lein install (Output shown below) Retrieving org/clojure/clojurescript/0.0-2138/clojurescript-0.0-2138.pom from central Retrieving org/clojure/core.async/0.1.267.0-0d7780-alpha/core.async-0.1.267.0-0d7780-alpha.pom from central Retrieving com/facebook/react/0.8.0.1/react-0.8.0.1.pom from clojars Retrieving org/clojure/core.async/0.1.267.0-0d7780-alpha/core.async-0.1.267.0-0d7780-alpha.jar from central Retrieving org/clojure/clojurescript/0.0-2138/clojurescript-0.0-2138.jar from central Retrieving com/facebook/react/0.8.0.1/react-0.8.0.1.jar from clojars Created G:\om\target\om-0.1.6-SNAPSHOT.jar I then added to my projects cljs a dependency of [om "0.1.6"] I still get the following error on compilation: Could not find artifact om:om:jar:0.1.6 in central (http://repo1.maven.org/maven2/) Could not find artifact om:om:jar:0.1.6 in clojars (https://clojars.org/repo/) I'm clearly being terribly stupid. Any suggestions? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
