Closed NZaleski closed 6 years ago
The exception you are getting is thrown by the ClojureScript compiler and isn't caused by lein-cljsbuild. You get the exception because you don't have any ClojureScript files in your project. To solve this problem you need to add a core.cljs
file to the src/finance/
directory.
Every time I try to run
lein cljsbuild once
I get an error thatCould not write JavaScript nil
Here is what I have been doing.
lein new app finance
lein deps
and this workslein run
and that also works, spitting out 'Hello World' in the console.lein cljsbuild once
and then I get this error thatCould not write JavaScript nil
project.txt