Windows support is possible by utilizing the Windows conpty API on Windows 1809+ and the winpty library in older version.
As mentioned in microsoft/node-pty, Windows conpty API is only available after Windows 1809 (including), so for previous versions, we have to use WinPTY.
I'll add this support later, maybe in a month. It was traumatising when developing something on Windows.
As mentioned in microsoft/node-pty, Windows conpty API is only available after Windows 1809 (including), so for previous versions, we have to use WinPTY.
I'll add this support later, maybe in a month. It was traumatising when developing something on Windows.