-
Notifications
You must be signed in to change notification settings - Fork 21
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
is this a unix only package? #1
Comments
@silcowitz I will try to fix this. |
@silcowitz I have update the dep |
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 I have no idea to resolve it. If you have any solution please let me know. |
try v1.0.5 |
@bubkoo I can report that it works on current Windows 10 with VisualStudio installed |
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
...
The text was updated successfully, but these errors were encountered: