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

This commit is contained in:
Dax Raad
2026-03-09 23:31:50 -04:00
parent 528daf5490
commit a9b01be0c2

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: "",
})