mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
core: disable npm bin links to fix package installation in sandboxed environments
This commit is contained in:
@@ -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: "",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user