From afa50838a7c0b26f6d879c0f9807864ada28d261 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 29 Oct 2019 10:34:35 -0700 Subject: [PATCH] docs: update instructions for v9 to reflect cli update (#33473) PR Close #33473 --- aio/content/guide/updating-to-version-9.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/updating-to-version-9.md b/aio/content/guide/updating-to-version-9.md index 64d0ad03f3..539c690869 100644 --- a/aio/content/guide/updating-to-version-9.md +++ b/aio/content/guide/updating-to-version-9.md @@ -7,11 +7,14 @@ This guide contains everything you need to know about updating to the next Angul If your application uses the CLI, you can update to version 9 automatically with the help of the `ng update` script: ``` -ng update @angular/cli@next @angular/core@next +npm install --no-save @angular/cli@8.3.15 +ng update @angular/cli @angular/core --next ```
-During the RC period, the `@next` tag is required. This flag will no longer be necessary once version 9 final is released. +In order to improve the updating experience, we strongly suggest that you update your local `@angular/cli` to version 8.3.15 or later 8.x version before updating. + +Additionally, during the RC period, the `--next` command line flag is required. This flag will no longer be necessary once version 9 final is released.
The script will run a series of small migrations that will transform the code of your application to be compatible with version 9.