-
Notifications
You must be signed in to change notification settings - Fork 4
Doesn't work on Windows #6
Comments
I suppose we could detect windows and append |
Ok, it seems like there is more to the story here... I'm determined to get this stuff working on my Windows machine! If you want to include any of these fixes in the packages directly I'm happy to test them out. Thanks. |
Well, I've managed to get the js-host test suite running under windows, so I'll take a stab at this |
It's working on an old XP box now, but I suspect that there will be more issues with later versions & powershell, so I'll keep testing |
What version of windows are you running? |
I use 8.1 with cygwin / bash, but I tried with regular old cmd.exe too and On Sun, May 10, 2015 at 9:02 PM, Mark Finger [email protected]
|
Thanks. I'll grab a vm and give it a whirl |
Just following the quick start and immediately run into this error:
Edit:
Seems to be unrelated to the above error... js-host should run the .cmd file on Windows, not the bin/sh file. If I just run ./js-host.cmd from the command line:
Here's how I fixed the python code to make this work:
Then when I run django
python manage.py runserver
my js-host server spins up in the console as expected:But I'm no expert so I've no idea how to make this compatible with Windows without breaking the existing stuff as I've clearly done here. Anyway, I'm using this for now until a fix comes out. Cheers!
The text was updated successfully, but these errors were encountered: