-
Notifications
You must be signed in to change notification settings - Fork 40
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 fails for cljs task (can't locate boot_cljs__init.class) on Windows 10 #192
Comments
I've tried on the latest Manjaro Linux - and it has the same error. |
My guess is that you're missing the require in (require '[adzerk.boot-cljs :refer [cljs]]) |
Actually I do have it, here is the full contents of (set-env!
:source-paths #{"src/cljs"}
:resource-paths #{"html"}
:dependencies '[[adzerk/boot-cljs "2.1.4"]])
(require '[adzerk/boot-cljs :refer [cljs]]) |
For additional data, I also have this issue. I'm on Mac OSX, Clojure 1.9.0, Java 8, EDIT: this setup works if I swap Clojurescript 1.10.312 for 1.9.946. Trace:
|
@ckampfe I'm having the same problem as you, right down to the stack trace. Maybe it's due to those |
Hi,
I'm going through https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-01.md tutorial and at the stage after defining dependencies and calling
boot -h
I'm getting the exception below.I'm on Windows 10 (1709), using JDK 8 (1.8.0_172),
boot
is installed via Chocolatey.I've reinstalled java, cleaned
~/.m2
and~/.boot
directories - exception is still there.Please advise.
The text was updated successfully, but these errors were encountered: