Open benmccann opened 4 months ago
In the next version (v18.1.0
), it will be @inquirer/prompts
instead of inquirer
:
@angular-devkit/schematics-cli
: https://github.com/angular/angular-cli/commit/d36c53bc828cc9c106e42a280fc14ad7efdc3a41@angular-devkit/build-angular
: https://github.com/angular/angular-cli/commit/d6aa216553e45fd84ced20701306e6954e363dd6@angular/cli
: https://github.com/angular/angular-cli/commit/b411b9854e6dde7dde3e0f64b04c3b9ed783ecffinquirer
: https://npmgraph.js.org/?q=inquirer
@inquirer/prompts
: https://npmgraph.js.org/?q=@inquirer/prompts
@clack/prompts
is a good 5-dependency alternative i've used when replacing inquirer in dotenvx/dotenvx#285
@angular-devkit/schematics-cli
is used by both the Angular CLI and Nest JS CLI.inquirer
is a very heavy alternative compared to alternatives like@clack/prompt