core: disable npm bin links to fix package installation in sandboxed environments
parent
721b2406e9
commit
8e102d19ed
|
|
@ -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: "",
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue