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.
1 parent 9ce386c commit 9dcea09Copy full SHA for 9dcea09
tests/legacy-cli/e2e/tests/commands/add/version-specifier.ts
@@ -25,11 +25,6 @@ export default async function () {
25
throw new Error('Installation was not skipped');
26
}
27
28
- const output2 = await ng('add', '@angular/localize@latest', '--skip-confirmation');
29
- if (output2.stdout.includes('Skipping installation: Package already installed')) {
30
- throw new Error('Installation should not have been skipped');
31
- }
32
-
33
// v12.2.0 has a package.json engine field that supports Node.js v16+
34
const output3 = await ng('add', '@angular/localize@12.2.0', '--skip-confirmation');
35
if (output3.stdout.includes('Skipping installation: Package already installed')) {
0 commit comments