martintrojer / frinj

Practical unit-of-measure calculator DSL for Clojure / ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such namespace: frinj.core.fjv (ClojureScript)

nidu opened this issue · comments

Hello,

I'm trying to use frinj 0.2.5 with ClojureScript 1.7.107 and cljsbuild 1.1.0 and figwheel 0.2.5.
Later after executing command (require '[frinj.ops :as ops]) in browser console i get following output:

ExceptionInfo No such namespace: frinj.core.fjv, could not locate frinj/core/fjv.cljs, frinj/core/fjv.cljc, or Closure namespace "frinj.core.fjv"  clojure.core/ex-info (core.clj:4593)

Could you please tell me what is wrong? Maybe my environment is not supported?