I did update my ionic project to Angular 14.
Tested all and everything was working when I used ionic s
.
I wanted to test on my android device and ran ionic cordova run android
but got the following error
[ng] This version of CLI is only compatible with Angular versions ^13.0.0 || ^13.3.0-rc.0,
[ng] but Angular version 14.0.4 was found instead.
How can I fix this error?
Additional
I'm using :
- "@angular/*": "14.0.4"
- "@ionic/angular": "6.1.12"
- "@ionic/cli": "6.20.1"
Both of them should accept the angular v14...