Search code examples
ionic-frameworkdevopsnomachine-nx

nx --platform not selecting platform


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

enter image description here

Any one having this issue?


Solution

  • Documentation was incorrect

    fixed it with

    nx run myProject:add:android