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?