Just installed angular 7.02 and get this when trying to create with:
ng new test-e
Schematic input does not validate against the Schema: {"name":"test-e"} Errors:
Data path "" should have required property 'version'.
Can someone help?
referring to https://support.aspnetzero.com/QA/Questions/11614/Angular-CLI-Generate-Component-Error we should use --project which worked for me
:, in the name of the app?