hemanth / node-nightly

node-nightly at your fingertips!
https://git.io/node-nightly
MIT License
233 stars 20 forks source link

Windows support? #21

Closed kentcdodds closed 8 years ago

kentcdodds commented 8 years ago

Hey @hemanth! I heard that this doesn't work on Windows. What needs to happen to get this to work on Windows?

tarungarg546 commented 8 years ago

Hey i think i can tell you better about it. I am trying to port it on windows too. Problem with windows seems to be mainly due to its weird nature with child_process module of node and hence kexec does not support windows, so i am using execa now instead of kexec which says that it has multi-platform support.

You can track whatever i have done in below link. Do let me know if this work for you on windows because it does not seems to be working for me. https://github.com/tarungarg546/node-nightly/tree/windows

kentcdodds commented 8 years ago

Oh, if you're having child_process issues, you might look at what I've done in cross-env to solve that problem :) Basically I use cross-spawn which seems to be working great for the 135k/month downloads it's getting :)