I have a problem when I write:
ionic cordova prepare android،
Knowing that this is happening with every new project I create. Please help.
I have a problem when I write:
ionic cordova prepare android،
Knowing that this is happening with every new project I create. Please help.
The problem is caused by required builders that are missing from the angular.json file. To install those builders, run:
ng add @ionic/cordova-builders
You should get an output similar to this:
After that, go ahead and run your build.
Ionic CLI v6.19.0 has been released with this fix:
npm install -g @ionic/cli@latest
bug report on GitHub: https://github.com/ionic-team/ionic-framework/issues/24940#issuecomment-1068016921