mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Set log level to error npm install
This commit is contained in:
@@ -48,7 +48,7 @@ function removeNodeModules() {
|
||||
|
||||
readEnvironmentVariables();
|
||||
removeNodeModules();
|
||||
cp.safeExec.bind(global, 'npm install npm', {cwd: path.resolve(__dirname, '..', 'build')}, function() {
|
||||
cp.safeExec.bind(global, 'npm install npm --loglevel error', {cwd: path.resolve(__dirname, '..', 'build')}, function() {
|
||||
cp.safeExec.bind(global, 'node script/bootstrap', function(error) {
|
||||
if (error)
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user