Issue
I'm busy with some devops so I need everything to run in terminal
However, running the below command still brings up the prompt to select the platform and blocks any further execution.
nx run myProject:add --platform android
Any one having this issue?
Solution
Documentation was incorrect
fixed it with
nx run myProject:add:android
Answered By - Ruan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.