hi all.  i’m working on an app that has a clojurescript frontend AND 
clojure backend.

i’m having a problem with a dependency, i think. i’m getting this message:

No such namespace: clojure.edn, could not locate clojure/edn.cljs, clojure/
edn.cljc, or Closure namespace “


 
i did `lein deps :tree` and this was the first thing in the result (there 
were quite a few):

Possibly confusing dependencies found:
[lein-cljsbuild "1.1.1"] -> [lein-cljsbuild/cljs-compat "1.0.0-SNAPSHOT"] -> 
[org.clojure/clojure "1.5.1"]
 overrides
[lein-figwheel "0.5.8"] -> [simple-lein-profile-merge "0.1.4"] -> [org.
clojure/clojure "1.6.0"]

Consider using these exclusions:
[lein-figwheel "0.5.8" :exclusions [org.clojure/clojure]]


i tried adding that exclusion, but it didn’t seem to resolve anything. i 
did quite a few other things as well (`lein clean`, ran `lein ancient` and 
did the suggested upgrades) but i’m still getting this error.

any help is much appreciated!

-- 
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 unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to