screwy icon indicating copy to clipboard operation
screwy copied to clipboard

Windows support

Open supersonicclay opened this issue 9 years ago • 5 comments

This is great! Simple and to-the-point.

However, I'm not able to run it from MINGW (git bash) running on Windows. It works from Windows command prompt though.

supersonicclay avatar Feb 06 '16 00:02 supersonicclay

Yeah, in the README it says

Tested on OS X Yosemite, OS X El Capitan, and Ubuntu

but I definitely would like to add windows support.

What operating system are you using? I don't have a windows pc, but maybe I can find one.

samueleaton avatar Feb 06 '16 02:02 samueleaton

Sorry, missed that. I'm using Windows 7 64bit

supersonicclay avatar Feb 09 '16 05:02 supersonicclay

I major failed my team on this one :O -- the regular Windows install fails on some machines.

Anything I can do to help? It looks like electron-prebuilt was renamed to electron -- maybe the source of the issue?

I'll give it a go on a fork when I get a chance.

As for WSL -- I don't think they've had any luck getting Electron running on WSL -- see this thread: https://github.com/Microsoft/BashOnWindows/issues/648

chadbr avatar Jul 25 '17 17:07 chadbr

I was wrong -- it installs fine on Windows (other node issues caused all of the install fails...)

It doesn't work -- but that's another issue.

chadbr avatar Jul 26 '17 20:07 chadbr

This project looks nice. I want to make it work on Windows also 👍

Currently installed through npm i -g screwy.

After installation I went to folder where project.json exists and ran command screwy which caused following output:

screwy


Error: spawn echo ENOENT
Screwy Quitting...

xdvarpunen avatar Oct 22 '18 11:10 xdvarpunen