-
Notifications
You must be signed in to change notification settings - Fork 9
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
Could not locate tolitius /boot/helper__init.class or tolitius/boot/helper.clj on classpath. #4
Comments
Same error in the repl. |
check the demo boot-check project, you might need to add a there is an ask to remove let me know if it worked for you |
I had to place both libraries as deps in build.boot. Placing them both in profile.boot didn't do any good. |
closing this. feel free to reopen if there are more questions |
This is probably because you have done the same as me, and your
so the |
New to boot. I wanted to define check-sources in profile.boot but am getting this error when running boot check-sources on this project: https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-01.md
I can browse to the file in the the local maven repo, and
boot show -c
shows it in the classpath.profile.boot:
build.boot (in my project)
The text was updated successfully, but these errors were encountered: