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

Readme Quick Start compilation fails @ bumping cljs version from 1.10.520 -> 1.10.597 #915

Open
kj3x39 opened this issue Apr 24, 2022 · 0 comments

Comments

@kj3x39
Copy link

kj3x39 commented Apr 24, 2022

Hi all, I was able to get the Quick Start from the Readme to compile to the first "Om Tutorial!" title bar simple render with the dependencies and versions listed, but upon bumping the CLJS dependency to the next version, 1.10.597, the compilation breaks:

1.10.520:

➜  om-tutorial rlwrap lein run -m clojure.main script/figwheel.clj

Figwheel: Starting server at http://0.0.0.0:3449
Figwheel: Watching build - dev
Figwheel: Cleaning build - dev
Compiling build :dev to "resources/public/js/main.js" from ["src"]...

...

Successfully compiled build :dev to "resources/public/js/main.js" in 1.551 seconds.

1.10.597:

➜  om-tutorial rlwrap lein run -m clojure.main script/figwheel.clj

Figwheel: Starting server at http://0.0.0.0:3449
Figwheel: Watching build - dev
Figwheel: Cleaning build - dev
Compiling build :dev to "resources/public/js/main.js" from ["src"]...

...

Compiling resources/public/js/om/next.cljc to resources/public/js/om/next.js
Failed to compile build :dev from ["src"] in 3.854 seconds.
----  Could not Compile  resources/public/js/om/next.cljc  ----

  failed compiling file:resources/public/js/om/next.cljc

----  Compiler Error : Please see resources/public/js/om/next.cljc  ----

I've been becoming interested again in participating in the ClojureScript community. @swannodette it seems like great work has been done on krell for React Native, but is Om / Om Next still your tool of choice for web? If so, can we try getting this repo up to date with the latest releases of Clojure and CLJS?

Thanks in advance!

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