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.
1 parent 54b79ad commit 39e13ebCopy full SHA for 39e13eb
packages/angular/cli/commands/update-impl.ts
@@ -276,7 +276,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
276
// Check if the current installed CLI version is older than the latest version.
277
if (!disableVersionCheck && await this.checkCLILatestVersion(options.verbose, options.next)) {
278
this.logger.warn(
279
- `The installed Angular CLI version is older than the latest ${options.next ? 'pre-release' : 'stable'} version.\n` +
+ `The installed local Angular CLI version is older than the latest ${options.next ? 'pre-release' : 'stable'} version.\n` +
280
'Installing a temporary version to perform the update.',
281
);
282
0 commit comments