-
Notifications
You must be signed in to change notification settings - Fork 289
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
Boot: No such task (reload) #370
Comments
I managed to solve this by re-ordering the tasks.
|
@rcagantas thanks. I suspect that both of you are using a recent boot version. Currently, the modern-cljs series is pinned to the 2.5.5 one. Hopefully the next month I'll have the time to upgrade the series to the newly released boot version 2.7.1. |
I am, at least. Thanks for the tutorial. I'm still working my way through the tutorial. There are several things that need to be updated as far as I remember.
|
yes, the very first 4 tutorials seem to need larger updates than all the following. If I remember well all the others should work with a more recent boot release (at lest with the 2.6.x release) . This is something that make me crazy, because semantic version should allow to run without problems any program based on minor versions with the same major version. Anyway, if you had the time watch the latest Rich's talk you know what I'm talking about. In a couple of weeks, I'll introduce cljs to few new entries in my company and it will be the opportunity to teach them how to upgrade the modern-cljs series to boot 2.7.1. |
Any updates on this? I just recently ran into the same error: https://gist.github.com/coetry/fe5debafa1934b213423f7eb068ba926 |
Following the tutorial at this stage:
https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md
I get the error:
my core.cljs file is now:
The text was updated successfully, but these errors were encountered: