fix: hide bundled runtime npm windows

This commit is contained in:
Peter Steinberger
2026-04-27 08:30:59 +01:00
parent 720ea766e6
commit d23ee2f702
7 changed files with 74 additions and 2 deletions

View File

@@ -817,6 +817,7 @@ export function runBundledPluginPostinstall(params = {}) {
encoding: "utf8",
env: npmRunner.env ?? installEnv,
stdio: "pipe",
windowsHide: true,
shell: npmRunner.shell,
windowsVerbatimArguments: npmRunner.windowsVerbatimArguments,
});