Update packages/opencode/src/npm/index.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
6722ee22ee
commit
e6bf83084c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export namespace Npm {
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function install(dir: string) {
|
export async function install(dir: string) {
|
||||||
console.log(dir)
|
log.info("installing dependencies", { dir })
|
||||||
const arb = new Arborist({
|
const arb = new Arborist({
|
||||||
path: dir,
|
path: dir,
|
||||||
binLinks: true,
|
binLinks: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue