-
Notifications
You must be signed in to change notification settings - Fork 211
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
Does not build on windows #16
Comments
Unfortunately, pty.js will never work with windows. Windows doesn't have a tty subsystem. |
Is this the case in a minGW or Cygwin environment? |
There is now windows support via #30 (although I'm struggling to get it to work) |
ddm
pushed a commit
to ddm/pty.js
that referenced
this issue
Nov 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got a Windows NT system that I cannot build pty.js on. Is there instructions on how to do this?
My system is setup with the following:
I've installed
node-gyp
vianpm install -g node-gyp
.I've added pty.js to my package.json file and I can see it trying to build when I run
npm install -d
. I've tried the install command in a standard command prompt, a visual studio command prompt, and a mingw command prompt.-- Command output --
-- NPM-debug.log --
The text was updated successfully, but these errors were encountered: