Provide messages for all these steps.

This commit is contained in:
joshaber 2015-12-28 13:05:29 -05:00
parent 50e1095ae1
commit ed92db1f43

View File

@ -96,9 +96,18 @@ function bootstrap() {
message: 'Installing apm...',
options: apmInstallOptions
},
apmPath + ' clean' + apmFlags,
moduleInstallCommand,
dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
{
command: apmPath + ' clean' + apmFlags,
message: 'Deleting old packages...'
},
{
command: moduleInstallCommand,
message: 'Installing modules...',
},
{
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
message: 'Deduping modules...'
}
];
process.chdir(path.dirname(__dirname));