Skip to content

Commit 39e13eb

Browse files
authored
fix(@angular/cli): added clarity on angular cli version issues
fixes angular#16888
1 parent 54b79ad commit 39e13eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/update-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
276276
// Check if the current installed CLI version is older than the latest version.
277277
if (!disableVersionCheck && await this.checkCLILatestVersion(options.verbose, options.next)) {
278278
this.logger.warn(
279-
`The installed Angular CLI version is older than the latest ${options.next ? 'pre-release' : 'stable'} version.\n` +
279+
`The installed local Angular CLI version is older than the latest ${options.next ? 'pre-release' : 'stable'} version.\n` +
280280
'Installing a temporary version to perform the update.',
281281
);
282282

0 commit comments

Comments
 (0)