Do not want to have the core component named the same as the root/project name. **Desired** ``` ng new quickstart-ng-cli --name quickstart --sn ``` **Actual** ``` mkdir quickstart-ng-cli cd quickstartng-cli ng init --name quickstart --sn ```