Schematics CLI can't run schematic in v0.900.3 #17067
Labels
area: @angular-devkit/schematics-cli
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
I have a Schematics library that I package locally with
npm pack
. Then I create a new Angular app, install my schematic and run it.With v0.900.3 of Schematics CLI, the
schematics
command errors with:With
@angular-devkit/schematics-cli@0.803.25
, it works fine.Is this a regression?
Yes, the previous version in which this bug was not present was: @angular-devkit/schematics-cli@0.803.25Description
Schematics CLI can't run a schematic.
🔬 Minimal Reproduction
You'll see the error. To fix, run:
This time, there will be no stack trace.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: