mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
sync
This commit is contained in:
parent
124a8abf9b
commit
b1a15d559b
1 changed files with 1 additions and 1 deletions
|
|
@ -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: "",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue