Skip to content

docs(updating): add correct npm tag for v8 #3633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/updating/8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ For a **complete list of breaking changes** from Ionic 7 to Ionic 8, please refe
2. Update to the latest version of Ionic 8:

```shell
npm install @ionic/angular@next
npm install @ionic/angular@latest
```

If you are using Ionic Angular Server and Ionic Angular Toolkit, be sure to update those as well:

```shell
npm install @ionic/angular@next @ionic/angular-server@next @ionic/angular-toolkit@11
npm install @ionic/angular@latest @ionic/angular-server@latest @ionic/angular-toolkit@11
```

> Note: `@ionic/angular-toolkit@11` requires a minimum of Angular 17. If you are still on Angular 16, then you may want to only update to to `@ionic/angular-toolkit@10` instead.
Expand All @@ -45,7 +45,7 @@ npm install react@latest react-dom@latest
2. Update to the latest version of Ionic 8:

```shell
npm install @ionic/react@next @ionic/react-router@next
npm install @ionic/react@latest @ionic/react-router@latest
```

### Vue
Expand All @@ -59,15 +59,15 @@ npm install vue@latest vue-router@latest
2. Update to the latest version of Ionic 8:

```shell
npm install @ionic/vue@next @ionic/vue-router@next
npm install @ionic/vue@latest @ionic/vue-router@latest
```

### Core

1. Update to the latest version of Ionic 8:

```shell
npm install @ionic/core@next
npm install @ionic/core@latest
```

## Recommended Changes
Expand Down