Node Spawn Stdout Stderr

[Solved] Node Spawn Stdout Stderr | Whatever - Code Explorer | yomemimo.com
Question : node spawn stdout stderr

Answered by : qpwo

require("child_process").spawn('bash', ['./script.sh'], { cwd: process.cwd(), detached: true, stdio: "inherit"
});

Source : https://stackoverflow.com/a/47338488 | Last Update : Fri, 19 Nov 21

Answers related to node spawn stdout stderr

Code Explorer Popular Question For Whatever