We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--skip-confirmation
ng add
1 parent e7ec034 commit 8dc3c89Copy full SHA for 8dc3c89
1 file changed
packages/angular/cli/commands/add-impl.ts
@@ -185,7 +185,7 @@ export class AddCommand extends SchematicCommand<AddCommandSchema> {
185
);
186
187
if (!confirmationResponse) {
188
- if (!isTTY) {
+ if (!isTTY()) {
189
this.logger.error(
190
'No terminal detected. ' +
191
`'--skip-confirmation' can be used to bypass installation confirmation. ` +
0 commit comments