nest generate route cars
I have navigated to C:\users\[username]\cars route that was created when I installed NestJS. When I run 'nest run start' I get the following messages, but doesn't return to a prompt after the last one. Just a blinking cursor. [Nest] 24956 - 09/10/2020, 9:28:57 AM [NestFactory] Starting Nest application... [Nest] 24956 - 09/10/2020, 9:28:57 AM [InstanceLoader] AppModule dependencies initialized +10ms [Nest] 24956 - 09/10/2020, 9:28:57 AM [RoutesResolver] AppController {}: +4ms [Nest] 24956 - 09/10/2020, 9:28:57 AM [RouterExplorer] Mapped {, GET} route +2ms [Nest] 24956 - 09/10/2020, 9:28:57 AM [NestApplication] Nest application successfully started +2ms If I open another Terminal Window and try and run 'nest generate route cars' I get the following error: Invalid schematic "route". Please, ensure that "route" exists in this collection.