Closed jstoner closed 8 years ago
Interesting. I went with the code from
https://github.com/bensu/om-intermediate-tut
did a lein clean
and restarted and reloaded and it worked. Still would be happier to see it Just Work (and be based on a more up-to-date set of libraries), but I am good. I will move on, though I recommend the maintainers don't.
There are a bunch of dependency conflicts in the dependencies for the intermediate tutorial. When I get to the point of invoking figwheel it just hangs. They're pretty tangled, so I just restarted from the ones in the basic tutorial, which are more up to date, and which work. I resolved a couple more conflicts there, and added the more current instaparse to resolve the Stringbuffer ArityException, and ended up with
which
lein deps :tree
says is clean, but now I'm back to figwheel hanging on me. I get a blank page, no hello world or anything. I'm not sure what else to try.