Re: Dependency issue? "No such namespace: clojure.edn"

2017-03-18 Thread Herwig Hochleitner
2017-03-18 16:15 GMT+01:00 Jennifer Parsons : > No such namespace: clojure.edn, could not locate clojure/edn.cljs, > clojure/edn.cljc, or Closure namespace “ The error message indicates, that a ClojureScript file tries to load clojure.edn, when that namespace is

Dependency issue? "No such namespace: clojure.edn"

2017-03-18 Thread Jennifer Parsons
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