-
Notifications
You must be signed in to change notification settings - Fork 666
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: App no longer transferred to device with "ionic cap run android -l --external" when using angular 17 and esbuild. #5061
Comments
Hey there, The |
Okay, let's hope someone looks at this here then, |
Do you have a sample app I can reproduce the issue in? |
Looks like a bug in |
Okay? So where is the proper place to report this issue then, do you know? |
Probably https://github.com/angular/angular-cli, it's the repository linked from npm for |
I've been doing more digging and looks like I was wrong and the problem is in Ionic CLI. Since I've just done a quick test and copied the vue-vite runner code into a new "angular-vite" type of app and it worked as expected. |
Okay, yes, so it seems after the angular cli team investigated this. |
still not fixed? |
Same error here with Ionic 7.6.2 and Angular 17.0.8 |
Prerequisites
Ionic Framework Version
v7.x
Current Behavior
App is not transferred to device for live-reload after upgrading to angular 17 and esbuild.
Expected Behavior
I expect to see "capacitor.cmd run android --no-sync --target " in console, but it is never executed.
Steps to Reproduce
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 7.1.5 (C:\Users\joel\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 7.5.4
@angular-devkit/build-angular : 16.2.10
@angular-devkit/schematics : 16.2.10
@angular/cli : 16.2.10
@ionic/angular-toolkit : 10.0.0
Capacitor:
Capacitor CLI : 5.5.1
@capacitor/android : 5.5.1
@capacitor/core : 5.5.1
@capacitor/ios : 5.5.1
Utility:
cordova-res : not installed globally
native-run : 1.7.4
System:
NodeJS : v20.9.0 (C:\Program Files\nodejs\node.exe)
npm : 10.1.0
OS : Windows 10
Additional Information
Before angular 17 and esbuild...
After angular 17 and esbuild...
The text was updated successfully, but these errors were encountered: