## Environment details - OS: Raspberry Pi OS Lite (64-bit) Debian GNU/Linux 11 (bullseye) - node-pty version: 0.10.1 ## Issue description Basically I want to reproduce [`child_process.spawn()` ipc channels](https://stackoverflow.com/a/41037698) with node-pty. Is this possible?
Environment details
Issue description
Basically I want to reproduce
child_process.spawn()ipc channels with node-pty. Is this possible?