We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b07d5 commit dcdf1c2Copy full SHA for dcdf1c2
packages/angular/cli/tasks/install-package.ts
@@ -42,6 +42,7 @@ export function installPackage(
42
43
const { status, stderr, stdout, error } = spawnSync(packageManager, [...installArgs, ...extraArgs], {
44
stdio: 'pipe',
45
+ shell: true,
46
encoding: 'utf8',
47
shell: true,
48
cwd,
0 commit comments