We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ng update
1 parent 371da23 commit 09f8659Copy full SHA for 09f8659
packages/angular/cli/src/commands/update/cli.ts
@@ -220,7 +220,7 @@ export class UpdateCommandModule extends CommandModule<UpdateCommandArgs> {
220
}
221
222
223
- logger.info(`Using package manager: '${packageManager}'`);
+ logger.info(`Using package manager: ${colors.grey(packageManager.name)}`);
224
logger.info('Collecting installed dependencies...');
225
226
const rootDependencies = await getProjectDependencies(this.context.root);
0 commit comments