diff --git a/script/bootstrap b/script/bootstrap index ac3776c50..489187a37 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -90,6 +90,8 @@ function bootstrap() { apmInstallCommand += ' --loglevel error'; moduleInstallCommand += ' --loglevel error'; dedupeApmCommand += ' --quiet'; + + apmDedupeOptions.ignoreStdout = true; buildInstallOptions.ignoreStdout = true; apmInstallOptions.ignoreStdout = true; }