diff --git a/scripts/smart-install.js b/scripts/smart-install.js index d1767779..6d04c85c 100644 --- a/scripts/smart-install.js +++ b/scripts/smart-install.js @@ -263,6 +263,7 @@ async function runNpmInstall() { cwd: MARKETPLACE_ROOT, stdio: 'pipe', // Silent output unless error encoding: 'utf-8', + windowsHide: true, }); // Verify better-sqlite3 was installed