pull/16961/head
Dax Raad 2026-03-09 23:59:37 -04:00
parent 124a8abf9b
commit b1a15d559b
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: "",
})