From 12703d5601004c0ce178f4793c7473f02a36a8ab Mon Sep 17 00:00:00 2001 From: vikerman Date: Thu, 31 Oct 2019 11:49:28 -0700 Subject: [PATCH] docs: update to use latest 8.3.x CLI (#33518) Change the "Updating to v9" docs to reflect that we want to use the latest 8.3.x CLI build for updating and not just 8.3.15. PR Close #33518 --- aio/content/guide/updating-to-version-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/updating-to-version-9.md b/aio/content/guide/updating-to-version-9.md index 81d4e99bf4..95c66dc51b 100644 --- a/aio/content/guide/updating-to-version-9.md +++ b/aio/content/guide/updating-to-version-9.md @@ -7,7 +7,7 @@ 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: ``` -npm install --no-save @angular/cli@8.3.15 +npm install --no-save @angular/cli@^8.3.15 ng update @angular/cli @angular/core --next ```