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 43177bf commit 12c71d0Copy full SHA for 12c71d0
tests/legacy-cli/e2e/tests/misc/npm-7.ts
@@ -1,15 +1,9 @@
1
-import { getActivePackageManager } from '../../utils/packages';
2
import { ng, npm } from '../../utils/process';
3
import { expectToFail } from '../../utils/utils';
4
5
const errorText = 'The Angular CLI currently requires npm version 6.';
6
7
export default async function() {
8
- // Only relevant with npm as a package manager
9
- if (getActivePackageManager() !== 'npm') {
10
- return;
11
- }
12
-
13
// Windows CI fails with permission errors when trying to replace npm
14
if (process.platform.startsWith('win')) {
15
return;
0 commit comments