You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is setting the stdio to inherit but this does not make it silent if the parent script is not silent.
in this situation, setting this to ['ignore', 'ignore', 'ignore'] might be better, which will make it truly silent. In it's current state output is reduced but it's still printing out unexpected lines in the terminal.
v14.15.1
and7.5.4
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Applications/Xcode_12.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
When used via node api,
--silent
flag is not respected. Code here https://github.com/nodejs/node-gyp/blob/master/lib/node-gyp.js#L170-L172is setting the stdio to
inherit
but this does not make it silent if the parent script is not silent.in this situation, setting this to
['ignore', 'ignore', 'ignore']
might be better, which will make it truly silent. In it's current state output is reduced but it's still printing out unexpected lines in the terminal.More information can be found here electron/rebuild#594
The text was updated successfully, but these errors were encountered: