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 da087a5 commit 4c9d72cCopy full SHA for 4c9d72c
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