-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Figwheel does not work on Windows #682
Comments
This is most certainly an environmental problem, as sjacket is a dependency and it should be on your classpath for sure. But try adding Another thing to note, the stacktrace looks like its in the middle of throwing a configuration error, and the project.clj you have shown me doesn't have one as far as I can see. |
Thanks for the reply. Since reporting this the missing dependency has changed - it's now http-kit. And earlier today it was a google MultiMap class. So I hacked figwheel and added this at the top of figwheel_server: And here's where it gets interesting. The classpath is as long as your arm and, spot checking a few entries, it all looks correct. APART from this:
The directory So it looks like something is eating random characters from the command line. Honestly I'm at a bit of a loss as to what could cause something like this. Do you have any ideas? |
@bhauman I've debugged this further and am arriving at the conclusion that |
OK so now that we think we know what's causing the problem. Add And if you want the readline library to work, I'll help you get figwheel running with a script. |
I'm unable to run figwheel - any help on this would be much appreciated. I've dumped all the info I can think might be useful below.
I can compile fine with
lein cljsbuild once
,but with figwheel (on Windows 10, in case that matters):Boring bits removed from the stacktrace:
My project.clj (this is a mixed clj/cljs project I'm afraid) is:
And the output from
lein deps :tree
:This error survives
lein clean
, though if there's a more thorough variant of that that I could try, I'm all ears.The text was updated successfully, but these errors were encountered: