Closed jukworks closed 8 years ago
Notice dot instead of slash: (require '[adzerk.boot-cljs :refer [cljs]])
Single typo ate up my 4 hours. Thank you, @Deraen
I get the same problem with this build.boot: `(set-env! :source-paths #{"src/cljs"} :resource-paths #{"html"}
:dependencies '[[adzerk/boot-cljs "1.7.228-1"]]
(require '[adzerk.boot-cljs :refer [cljs]]))`
I get the problem whether or not my ~/.boot/boot.properties contains this line
BOOT_EMIT_TARGET=no
As with the OP, using a full command line solves the problem.
@numinasthmatic In the snippet you have the end parenthesis of set-env! in wrong place, after the require. If you have this same in the file, I would think it would give different error than the one in this issue, but I could be mistaken.
Yes, thank you. A glaring typo, once you see it.
On 15 Jun 2016, at 10:16 PM, Juho Teperi notifications@github.com wrote:
@numinasthmatic In the snippet you have the env parenthesis of set-env! in wrong place, after the require. If you have this same in the file, I would think it would give different error than the one in this issue, but I could be mistaken.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I made a build.boot as following: (from this tutorial)
When I run
boot -h
, I got an error message:I could not find any clue so far.
When I run boot with command line parameters, it works.
My boot configuration is: (OS: Windows 10)
and, I tried boot 2.6.0-SNAPSHOT, but got the same result.