diff --git a/app/utils/shell.ts b/app/utils/shell.ts index 1c5c834d..c5ad7798 100644 --- a/app/utils/shell.ts +++ b/app/utils/shell.ts @@ -11,6 +11,7 @@ export async function newShellProcess(webcontainer: WebContainer, terminal: ITer cols: terminal.cols ?? 80, rows: terminal.rows ?? 15, }, + env: { npm_config_yes: true }, }); const input = process.input.getWriter();