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

pull/16961/head
Dax Raad 2026-03-09 23:31:50 -04:00
parent 528daf5490
commit a9b01be0c2
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: "",
})