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 221249d commit b12118eCopy full SHA for b12118e
packages/angular/cli/tasks/npm-install.ts
@@ -9,13 +9,6 @@
9
import { logging, terminal } from '@angular-devkit/core';
10
import { spawn } from 'child_process';
11
12
-
13
-export type NpmInstall = (packageName: string,
14
- logger: logging.Logger,
15
- packageManager: string,
16
- projectRoot: string,
17
- save?: boolean) => Promise<void>;
18
19
export default async function (packageName: string,
20
logger: logging.Logger,
21
packageManager: string,
0 commit comments