我创建了一个 nx 工作区
ng new nx-ng --collection=@nrwl/schematics
然后我尝试使用以下命令添加应用程序
ng generate app pim --directory=ts --tags=shared,experimental --prefix=pim --inline-style --inline-template --style=scss
...但我收到以下错误
路径“/apps/ts/pim/src/app/app.component.html”不存在。