-
Notifications
You must be signed in to change notification settings - Fork 654
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
Error while parsing Capacitor CLI version. #4720
Comments
same here. any ideas? |
bump? |
there was an issue open on Capacitor repo about capacitor doctor command not working on linux but looks like it works fine in Capacitor 3 can you try running |
I've been able to reproduce, the problem is you have You can solve it by moving to |
Today I changed to loggingBehavior because I saw that warning. Have not yet bumped @ionic/cli to latest version. Will let you know if it fixed the issue for me. Thank you very much! |
Will be fixed in next @capacitor/cli release |
Description:
Running command:
ionic cap run android -l --external
failed instantly with message:[ERROR] Error while parsing Capacitor CLI version.
This happens on versions of
@ionic/cli
>= 6.16.0. On versions earlier than 6.16.0 app runs successfully with no problems.I had installed latest version of @ionic/cli with the command:
npm i -g @ionic/cli
ionic cap run android -l --external --verbose
Output:
My
ionic info
:Using version 6.15.0 of @ionic/cli seems to have fixed the issue for me but sadly I cannot use the latest version yet.
The text was updated successfully, but these errors were encountered: