Skip to content
New issue

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

Trouble building cache #270

Open
ericnormand opened this issue May 23, 2017 · 0 comments
Open

Trouble building cache #270

ericnormand opened this issue May 23, 2017 · 0 comments

Comments

@ericnormand
Copy link
Contributor

ericnormand commented May 23, 2017

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant