You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:Could you please tell me what is wrong? Maybe my environment is not supported?
The text was updated successfully, but these errors were encountered: