This package exposes a SyncChildProcess class that allows Node.js to run a subprocess synchronously and interactively. Although Node's built-in child_process.spawnSync() function does run ...