We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
re-frame
reframe/http-fx
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://github.com/ericnormand/klipse/tree/add-re-frame-http-fx, I have added
re-frame
andreframe/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:The text was updated successfully, but these errors were encountered: