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 88f9473 commit 9d5b6b2Copy full SHA for 9d5b6b2
packages/cli/lib/install.ts
@@ -68,7 +68,7 @@ async function runAddon(
68
const { args, command } = resolveCommand(workspace.packageManager, 'execute', script.args)!;
69
if (workspace.packageManager === 'npm') args.unshift('--yes');
70
await exec(command, args, {
71
- nodeOptions: { cwd: workspace.cwd, stdio: 'pipe' },
+ nodeOptions: { cwd: workspace.cwd, stdio: 'inherit' },
72
throwOnError: true
73
});
74
} catch (error) {
0 commit comments