We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72802ed commit ff98175Copy full SHA for ff98175
packages/angular/cli/tasks/install-package.ts
@@ -50,6 +50,7 @@ export function installPackage(
50
51
const { status, stderr, stdout, error } = spawnSync(packageManager, [...installArgs, ...extraArgs], {
52
stdio: 'pipe',
53
+ shell: true,
54
encoding: 'utf8',
55
cwd,
56
});
0 commit comments