-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot run example #13
Comments
There are two points. Currently Java 8 is needed as Java 9+ breaks several dependencies and causes reflection issues. I need to find a space of time to fix all of that so Java 11 can be supported. The second point has to do with the 'assumed' dev tooling: The error is a dev dependency/version skew issue. I have this in my ~/.lein/profiles.clj: :user {:plugins I am guessing this stuff is probably 'out of date' for you. I have a tendency to have this older configuration as upgrading emacs and cider is typically very painful. You would need to change this stuff (and the corresponding things in project.clj) to reflect your setup. Or, for just trying this stuff out, include the above in the project.clj to make things at least run. You won't be able to connect your cider (assuming it is newer) though. Optionally you can change the project.clj to use your setup. Maybe you do not even use figwheel - many have moved on to shadow-clj and I would like to as well except I am sick of sorting out all the breaking tool changes. The code in the clientex/core.cljs is the only stuff you really need - and should be able to get that to work with any tool/dev setup. /Jon |
Also, this is a good place for discussions: https://clojurians.zulipchat.com/#narrow/stream/210075-saite-dev And for the client only stuff in particular: https://clojurians.zulipchat.com/#narrow/stream/210075-saite-dev/topic/client.20only |
I'm interested in hanami. I tried to play with the example, but it isn't starting up.
Reproduce (as described in readme):
The text was updated successfully, but these errors were encountered: