question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: Could not find the implementation for builder @ionic/angular-toolkit:cordova-build

See original GitHub issue

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

insert the output from ionic info here

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:26 (7 by maintainers)

github_iconTop GitHub Comments

16reactions
paulstelzercommented, Jun 3, 2019

Thanks for your issue! This is not related to this repo. The reason: The builder API has changed with Angular 8. A PR for @ionic/angular-toolkit is already available but not published so far (see https://github.com/ionic-team/angular-toolkit/pull/132 )

At the moment Angular 8 is not supported.

If you cannot wait (like me 😉), just replace @ionic/angular-toolkit inside angular.json with paulstelzer-ionic-angular-toolkit and run npm i paulstelzer-ionic-angular-toolkit. This is the build of the mentioned branch. After @ionic/angular-toolkit got the new release you can use this again

9reactions
mmmmyerscommented, May 31, 2019

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 at WorkspaceNodeModulesArchitectHost.resolveBuilder (/node_modules/@angular-devkit/architect/node/node-modules-architect-host.js:49:19) at RunCommand.runSingleTarget (/node_modules/@angular/cli/models/architect-command.js:176:55)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find the implementation for builder @angular-devkit ...
I got this working by reinstalling the build-angular package. Note the '--save-dev' flag on the install command:
Read more >
Package "@ionic/angular-toolkit" has no builders defined
It was working a couple of days ago, and all of a sudden it's now not. package.json (yes i know version mismatches but...
Read more >
Could not find resource for full path http api rest zenvia360 ...
I want to develop a shopify application that gives an eco-friendly packaging option. This packaging option will be added on the websites of...
Read more >
Exception - Could Not Find Module “@angular-devkit/build ...
This error occurs because of missing dev dependency which is introduced newly in Angular 6.0 and above. In most of the cases, this...
Read more >
Angular Cli Issue - ADocLib
Please make sure you are posting an issue pertaining to the Ionic Framework. Could not find the implementation for builder @ionic/angular-toolkit:cordova-build ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found