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.
Does someone have any idea regarding this error?
There is a git issue (see this) regarding to this problem. It's something that started to appear in Angular CLI v14.0.6
.
Based on the git issue they are currently working on that to solve the problem but the most important thing is that: it doesn't really cause any issues apart from the noisy logs.