-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Capacitor: Can't use interactive command if called by NX #925
Comments
I am still looking for a solution to that problem. Unfortunately, I'm not sure how to fix this cause it's just between the cap command and the Nx run executor. ^^' |
Might be worthwile creating a ticket on the NX github and linking it here? |
This seems related on the nx side: nrwl/nx#8269 |
Is there a reason to use the runCommands code over execSync? |
I just reused habe executor. Haven’t tried execSync here yet |
Current Behavior
If I execute this command directly in the application folder, I can interact with the prompt by choosing my options with the command :
npx --package=@capacitor/cli cap run ios --livereload --external
If this time I go through NX, via the command
nx run app-insured:run:ios
, I can't interact with the arrows and I see special characters :^[[B^[[A^[[C^[[B^[[D^[[A^[[D
Here is the command:
Expected Behavior
Have access to the interactive controls in the same way
GitHub Repo
No response
Steps to Reproduce
nx run app-insured:run:ios
which will propose options in the terminal to choose with the arrows.Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: