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 21cea0b commit 87277d9Copy full SHA for 87277d9
tests/legacy-cli/e2e/tests/misc/npm-7.ts
@@ -45,8 +45,8 @@ export default async function () {
45
}
46
47
try {
48
- // Install version >=7.5.6
49
- await npm('install', '--global', 'npm@>=7.5.6');
+ // Install version ^7.5.6
+ await npm('install', '--global', 'npm@^7.5.6');
50
51
// Ensure `ng update` does not show npm warning
52
const { stderr: stderrUpdate1 } = await ng('update', ...extraArgs);
0 commit comments