core: disable npm bin links to fix package installation in sandboxed environments

opencode/quiet-pixel
Dax Raad 2026-03-09 23:31:50 -04:00
parent 721b2406e9
commit 8e102d19ed
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: true,
binLinks: false,
progress: false,
savePrefix: "",
})