ionic-team / angular-toolkit

Angular Schematics and Builders for `@ionic/angular` apps.
MIT License
69 stars 30 forks source link

Updates to Ionic Angular Toolkit - Schema Validation #483

Open renatopnovaes opened 1 year ago

renatopnovaes commented 1 year ago

I did the steps as written on the page: https://ionic.io/blog/updates-to-ionic-angular-toolkit?_gl=1*1isr9dq*_ga*MTc2OTI3OTIzMC4xNjc0Nzc5MzE4*_ga_REH9TJF6KF*MTY3NTE5MDQ3MS43LjEuMTY3NTE5MzAyMC4wLjAuMA..

I installed @ionic/cordova-builders and changing angular.json from "builder": "@ionic/angular-toolkit:cordova-build" to "builder" : "@ionic/cordova-builders:cordova-build", however, I get the following error when executing the command "ng run myapp:ionic-cordova-build --platform=android":

Schema validation failed with the following errors: Data path ".builders['cordova-build']" should have required property 'class'.