I have a custom Angular schematic (on an internal repo and NPM feed) that does not generate a new workspace and application when invoked from the command line. I attached a GIF that shows both the missing behavior when I run the custom schematic i.e., no file tree with CREATE commands, as well as the behavior when I attempt to execute a custom schematic collection that doesn't exist.
It looks like the custom schematic name is valid, but there's some other unobserved error. Has anyone encountered this behavior before or have some suggestions about how I might go about debugging the issue?