Description
In https://github.com/ericnormand/klipse/tree/add-re-frame-http-fx, I have added re-frame
and reframe/http-fx
to https://github.com/ericnormand/klipse/blob/add-re-frame-http-fx/docs/cache-cljs/project.clj#L12 per the instructions in the repo. When I run the Lumo repl and require the namespace for re-frame, it fails with this error:
cache-cljs $ export cp=`lein classpath`
cache-cljs $ lumo -k . -c $cp
Lumo 1.5.0
ClojureScript 1.9.542
Node.js v7.10.0
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Exit: Control+D or :cljs/quit or exit
cljs.user=> (require 're-frame.core)
Could not require cljsjs.react
(new)
Function.cljs.core.ex_info.cljs$core$IFn$_invoke$arity$3 (NO_SOURCE_FILE <embedded>:1937:200)
Function.cljs.analyzer.error.cljs$core$IFn$_invoke$arity$3 (NO_SOURCE_FILE <embedded>:2484:92)
(NO_SOURCE_FILE <embedded>:5237:40)
Object.cljs.js.run_async_BANG_ (NO_SOURCE_FILE <embedded>:5217:173)
Object.cljs.js.process_deps (NO_SOURCE_FILE <embedded>:5217:244)
Object.cljs.js.process_libs_deps (NO_SOURCE_FILE <embedded>:5219:60)
(NO_SOURCE_FILE <embedded>:5235:358)
Object.cljs.js.run_async_BANG_ (NO_SOURCE_FILE <embedded>:5217:173)
Object.cljs.js.process_deps (NO_SOURCE_FILE <embedded>:5217:244)
Unexpected identifier
createScript (vm.cljs:53:10)
Object.runInThisContext (vm.cljs:95:10)
(Object.lumoEval)
lumo.repl.caching_node_eval (NO_SOURCE_FILE <embedded>:6133:194)
(NO_SOURCE_FILE <embedded>:5236:153)
Object.cljs.js.run_async_BANG_ (NO_SOURCE_FILE <embedded>:5217:173)
Object.cljs.js.process_deps (NO_SOURCE_FILE <embedded>:5217:244)
Object.cljs.js.process_libs_deps (NO_SOURCE_FILE <embedded>:5219:60)
(NO_SOURCE_FILE <embedded>:5235:358)
Object.cljs.js.run_async_BANG_ (NO_SOURCE_FILE <embedded>:5217:173)