+3
-3
@@ -48,9 +48,9 @@ function bootstrap() {
|
|||||||
var dedupeNpmCommand = npmPath + npmFlags + 'dedupe';
|
var dedupeNpmCommand = npmPath + npmFlags + 'dedupe';
|
||||||
|
|
||||||
if (process.argv.indexOf('--no-quiet') === -1) {
|
if (process.argv.indexOf('--no-quiet') === -1) {
|
||||||
buildInstallCommand += ' --quiet';
|
buildInstallCommand += ' --loglevel error';
|
||||||
apmInstallCommand += ' --quiet';
|
apmInstallCommand += ' --loglevel error';
|
||||||
moduleInstallCommand += ' --quiet';
|
moduleInstallCommand += ' --loglevel error';
|
||||||
dedupeApmCommand += ' --quiet';
|
dedupeApmCommand += ' --quiet';
|
||||||
dedupeNpmCommand += ' --quiet';
|
dedupeNpmCommand += ' --quiet';
|
||||||
buildInstallOptions.ignoreStdout = true;
|
buildInstallOptions.ignoreStdout = true;
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário