1) Create a monorepo using Angular guidance found [here](https://angular.dev/tools/libraries/creating-libraries) 2) Attempt to follow the Getting Started steps found [here](https://ng.ant.design/docs/getting-started/en) 3) Notice it fails to complete the action, printing a message to the console like `Project name is required.` 4) Supply the project name with the `--project` argument like `ng add ng-zorro-antd --project=antd-lib-ng` 5) Notice it fails to complete the action, printing a message to the console like `Cannot determine project target configuration for: build.`