node-pty
node-pty copied to clipboard
Fork pseudoterminals in Node.JS
## Environment details - OS: Windows 11 - OS version: - node-pty version: ## Issue description Is it possible to specify `winpty.exe` full path via Environment Variable? I installed it...
It's been a while since the last one, and latest release still has an issue when running against python 3.12 due to distutils that was fixed last march in #646
Does this issue occur when all extensions are disabled?: Yes ```txt Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS:...
## Environment details - OS: Linux (various Fedora and openSUSE) - node-pty version: 1.1.0-beta21 (as shipped in vscode) - node.js version: Electron 30.x with ELECTRON_RUN_AS_NODE ## Issue description ``` 18...
Pin a working (tested) version of `node-gyp` so that it gets picked during the `postinstall` build
Hi, I recently tried to install `node-pty` into my project, but the build failed. It turns out there has been a [bug recently introduced in `node-gyp` `11.1.0`](https://github.com/nodejs/node-gyp/issues/3126). I was therefore...
I'm seeing a problem where spawn freezes when using the node.js debugger under windows. Without the debugger it works just fine. I've tested using 1.0.0 and v1.1.0-beta30 and the behavior...
The DLL reading path is fixed. If I need to package the program into an executable file (e.g., using node-pkg), I would need to use webpack for bundling, which would...
Calling readline or inquirer before spawning something via node-pty that expects some input (uses stdin) results in a deadlock. **Test files** package.json ``` { "author": "", "dependencies": { "@inquirer/prompts": "^7.4.1",...
fix #701
Seeing a few installation errors with npm install node-pty. Notably it says cannot be found. I am guessing there is a version mismatch? I have installed: > [2025-02-21]zachfrost: ~ %...