opencode/quiet-pixel
Dax Raad 2026-03-09 23:59:37 -04:00
parent fac0aec69f
commit 791e27d289
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export namespace Npm {
log.info("installing dependencies", { dir })
const arb = new Arborist({
path: dir,
binLinks: !(process.platform === "win32" && process.env.CI),
binLinks: false,
progress: false,
savePrefix: "",
})