I created an nx workspace
ng new nx-ng --collection=@nrwl/schematics
I then attempted to add an app with the following command
ng generate app pim --directory=ts --tags=shared,experimental --prefix=pim --inline-style --inline-template --style=scss
...but I get the following error
Path "/apps/ts/pim/src/app/app.component.html" does not exist.