ascii-progress icon indicating copy to clipboard operation
ascii-progress copied to clipboard

is this a unix only package?

Open silcowitz opened this issue 8 years ago • 6 comments

on windows 10 you get

PS C:\Repos\grazper.platform\grazper.platform.node> npm install ascii-progress

...

..\src\pos.cc(6): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory

...

silcowitz avatar Jun 03 '16 12:06 silcowitz

@silcowitz I will try to fix this.

bubkoo avatar Jun 03 '16 13:06 bubkoo

@silcowitz I have update the dep get-cursor-position. You can try it again.

bubkoo avatar Jun 03 '16 16:06 bubkoo

termios.h doesn't seem to exist on windows either.

this rather dated link talks about it http://stackoverflow.com/questions/933745/what-is-the-windows-equivalent-to-the-capabilities-defined-in-sys-select-h-and-t

I guess there is some kind of equivalent for windows, at least when using windows power shell?

silcowitz avatar Jun 06 '16 09:06 silcowitz

@silcowitz I have no idea to resolve it. If you have any solution please let me know.

bubkoo avatar Jun 13 '16 14:06 bubkoo

try v1.0.5

bubkoo avatar Nov 01 '16 02:11 bubkoo

@bubkoo I can report that it works on current Windows 10 with VisualStudio installed

Mart-Bogdan avatar Mar 30 '18 16:03 Mart-Bogdan