Command
other
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When installing using yarn:
p713eb → ✘ @angular-devkit/schematics-cli@npm:19.1.3 doesn't provide @types/node to @inquirer/prompts@npm:7.2.1 [9a827]
Which means that schematics-cli
should either add it as a dependency or as a peerDependency.
Minimal Reproduction
touch yarn.lock
yarn set version stable
yarn add @angular-devkit/schematics-cli@^19
Exception or Error
Your Environment
Anything else relevant?
I came across this when I upgraded nestjs 10 -> 11