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 2d9ee82 commit 31fccb2Copy full SHA for 31fccb2
packages/angular/cli/commands/update-impl.ts
@@ -212,7 +212,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
212
// Check if the current installed CLI version is older than the latest version.
213
if (await this.checkCLILatestVersion(options.verbose, options.next)) {
214
this.logger.warn(
215
- 'The installed Angular CLI version is older than the latest published version.\n' +
+ `The installed Angular CLI version is older than the latest ${options.next ? 'pre-release' : 'stable'} version.\n` +
216
'Installing a temporary version to perform the update.',
217
);
218
0 commit comments