-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Could not find the implementation for builder @ionic/angular-toolkit:cordova-build #18431
Comments
Seeing this too after upgrading to Angular 8 and trying to run an ionic cordova build. Could not find the implementation for builder @ionic/angular-toolkit:cordova-build |
[SOLUTION] It's not permanent, but it helps for a while.
|
I'm having the same problem |
I have the same problem after upgrading to Angular 8 |
I have the same problem after upgrading to Angular 8 |
Thanks for your issue! This is not related to this repo. The reason: The builder API has changed with Angular 8. A PR for At the moment Angular 8 is not supported. If you cannot wait (like me ;)), just replace |
Saved me on this one ;) |
Not sure whos maintaining toolkit - but it seems there is no progress on this breaking issue. |
Not working |
Still experiencing this. @paulstelzer, I can't seem to get your quick fix to work. I followed your steps and got a new error:
|
Thanks @paulstelzer for addressing this. Your fix worked for me. |
Did you make replacament in angular.json or in package.json? |
As I wrote above: just replace |
Hey @paulstelzer. I replaced as you wrote.
ionic serve works well, but I need to build to android. EDIT: |
You have to use 0.800.0 or newer of @Angular-devkit |
Any official annoucement about this please ? |
It's on the way :) |
@paulstelzer , I installed the plugin you mentioned Any solutions please ? I'm using |
As @paulstelzer said, installing the package isn't enough, you need to also use it in the |
@heikomat , thank you, after having read the comment, I made it worked 👍 |
Hey folks! Angular-toolkit 2.0 has been released, please move off of the unofficial version. |
Correct, please REMOVE my package and use the official one again |
My package.json "dependencies": {
Ionic: Ionic CLI : 5.2.1 (C:\Users\Medved-PC\AppData\Roaming\npm\node_modules\ionic) Cordova: Cordova CLI : 9.0.3 (cordova-lib@9.0.2) Utility: cordova-res : 0.5.1 System: Android SDK Tools : 26.1.1 (C:\Users\Medved-PC\AppData\Local\Android\Sdk)
Angular CLI: 8.0.6 Package Version@angular-devkit/architect 0.801.0 Replace @ionic/angular-toolkit to paulstelzer-ionic-angular-toolkit in the angular.json. For example
successfully completed. |
I don't know why but I have the same issue with recommended @ionic/angular-toolkit version 2.
An unhandled exception occurred: Could not find the implementation for builder @ionic/ng-toolkit:cordova-build cordova version: 9.0.0
|
Small information: In Thanks @carstenbaumhoegger and @abennouna for this important information which is missing in some docs. 🥳 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[x] *5.0.0
Current behavior:
running "ionic cordova run android" gives that error.
Could not find the implementation for builder @ionic/angular-toolkit:cordova-build
Ionic:
Ionic CLI : 5.0.0 (C:\Users\Mauro\AppData\Roaming\nvm\v10.16.0\node_modules\ionic)
Ionic Framework : @ionic/angular 4.4.2
@angular-devkit/build-angular : 0.800.1
@angular-devkit/schematics : 8.0.1
@angular/cli : 8.0.1
@ionic/angular-toolkit : 1.5.1
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 7.1.4, ios 5.0.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 7 other plugins)
Utility:
cordova-res : not installed
native-run : 0.2.1
System:
NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
The text was updated successfully, but these errors were encountered: