Open mike-thompson-day8 opened 10 years ago
Hi Mike,
Could you try replacing the 'mkdir' command in the project.clj alias with whatever the equivalent is for Windows? (I'm afraid I don't have access to a Windows box so can't reproduce this)
Thanks,
James
Okay thanks for the pointer, now I can see the issue.
mkdir does exist on Windows, but of course, it doesn't take "-p"
I've googled around trying to understand how lein handles OS specific alias commands (I'm a bit new to all this) but I can't find much mention.
BTW, I got this to run manually, via
mkdir target\resources
lein pdo cljsbuild auto, frodo
But I found I had to add the following dependency:
[org.clojure/data.json "0.2.5"]
I tried following the instructions for running the sample project on Windows 7: