File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,35 +39,35 @@ npm install @ionic/angular@latest @ionic/angular-server@latest @ionic/angular-to
39
39
1 . Ionic 8 supports React 17+. Update to the latest version of React:
40
40
41
41
``` shell
42
- npm install react@latest react-dom@latest
42
+ npm install react@17 react-dom@17
43
43
```
44
44
45
45
2 . Update to the latest version of Ionic 8:
46
46
47
47
``` shell
48
- npm install @ionic/react@latest @ionic/react-router@latest
48
+ npm install @ionic/react@8 @ionic/react-router@8
49
49
```
50
50
51
51
### Vue
52
52
53
53
1 . Ionic 7 supports Vue 3.0.6+. Update to the latest version of Vue:
54
54
55
55
``` shell
56
- npm install vue@latest vue-router@latest
56
+ npm install vue@^3.0.6 vue-router@^3.0.6
57
57
```
58
58
59
59
2 . Update to the latest version of Ionic 8:
60
60
61
61
``` shell
62
- npm install @ionic/vue@latest @ionic/vue-router@latest
62
+ npm install @ionic/vue@8 @ionic/vue-router@8
63
63
```
64
64
65
65
### Core
66
66
67
67
1 . Update to the latest version of Ionic 8:
68
68
69
69
``` shell
70
- npm install @ionic/core@latest
70
+ npm install @ionic/core@8
71
71
```
72
72
73
73
## Recommended Changes
You can’t perform that action at this time.
0 commit comments