We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unable to find compatible package
ng add
1 parent fd22dd5 commit b7e2923Copy full SHA for b7e2923
packages/angular/cli/commands/add-impl.ts
@@ -168,7 +168,7 @@ export class AddCommand extends SchematicCommand<AddCommandSchema> {
168
}
169
170
if (!newIdentifier) {
171
- spinner.warn("Unable to find compatible package. Using 'latest' tag.");
+ spinner.warn("Unable to find compatible package. Using 'latest' tag.");
172
} else {
173
packageIdentifier = newIdentifier;
174
spinner.succeed(
0 commit comments