Closed VitaliyAT closed 8 years ago
The thing is windows has no tty as it exists in nixes. (as far as I know).
To overcome that limitation, Termrk needs pty.js, a C++ NodeJS module, which will run its native magic and provide TTYs.
But to compile C++ in windows, you need a compiler; default will be VCBuild and friends. That is why you see the Visual C++
in the output.
As mentionned in the log, this is an issue with the pty.js module. I'd recommend opening an issue there. Though before make sure you have everything installed properly (Frameworks, compiler, etc)
An alternative is also to look for precompiled binaries for windows. I think there might be some versions around the internet.
(Another alternative is also to switch to Linux, if applicable)
I can't install it. Atom write me something not clear. No instructions about it. Also, it text below, I see some additional packages. See 'node-gyp', but don't see it in Atom packages. Plus, VCBuild... plus Visual Studio... Should I install other IDE for getting terminal inside Atom?