From 5e5e00184946e9eb4122a61bab1181fc5fc8c47b Mon Sep 17 00:00:00 2001 From: Roland Date: Thu, 2 Mar 2023 12:18:26 -0700 Subject: [PATCH] pin the versions for angular to v5 setting `@ionic/angular@5` and `@ionic/angular-toolkit@5` is important, otherwise this will skip the migration to v5 and go straight to v6 or any other, newer packages. --- versioned_docs/version-v6/reference/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v6/reference/migration.md b/versioned_docs/version-v6/reference/migration.md index b7f5c132cad..ce4b336b8ef 100644 --- a/versioned_docs/version-v6/reference/migration.md +++ b/versioned_docs/version-v6/reference/migration.md @@ -31,7 +31,7 @@ For a complete list of breaking changes from 4.x to 5.x, please refer to [the br For Angular based projects, you can simply run: ```shell -npm install @ionic/angular@latest @ionic/angular-toolkit@latest --save +npm install @ionic/angular@5 @ionic/angular-toolkit@5 --save ``` For React projects, you can run: