I am using Angular
with nx
and when I try to nx serve todos
I get this error:
Project extension with invalid name found
And my project name is: todos
.
I followed this https://nx.dev/angular-tutorial/01-create-application to create todos
app with Angular 14.0.5
and I get the above error.
CodePudding user response:
I was facing the same issue with angular nx
and I looked for solution and found a git issue describing the same problem and there it was written that "When starting the Angular app with nx
run portal:serve:development
the project compiles successfully, though there is some noisy logging. This is a known issue with Nx
with the newest version of Angular. It is said to be harmless.
nrwl/nx#11138
As the known issue is harmless I think there is no need to worry about this issue.
I am attaching the git page link below: https://github.com/ZenSoftware/zen/issues/21