We're getting the following error when trying to generate an Angular app in an Nx workspace following an upgrade from Angular/Nx 12->14:
SchematicsException [Error]: Project "name-of-app" does not exist.
The command we're using is:
npx nx g @nrwl/angular:application name-of-app
Looking into the source code, the error seems to happen when the component generator is called. We have written a custom schematic for the component generator but I'm not sure why that would cause this issue.