mirror of https://github.com/vector-im/riot-web
Send standard output/input from npm-sub.js to the parent proc
parent
91304e70a1
commit
4041f3db5c
|
@ -18,4 +18,5 @@ const modulePath = path.dirname(require.resolve(`${moduleName}/package.json`));
|
||||||
child_process.execSync("npm " + argString, {
|
child_process.execSync("npm " + argString, {
|
||||||
env: process.env,
|
env: process.env,
|
||||||
cwd: modulePath,
|
cwd: modulePath,
|
||||||
|
stdio: ['inherit', 'inherit', 'inherit'],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue