mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
sync
This commit is contained in:
@@ -264,7 +264,9 @@ export namespace Config {
|
||||
|
||||
// Install any additional dependencies defined in the package.json
|
||||
// This allows local plugins and custom tools to use external packages
|
||||
await Npm.install(dir)
|
||||
await Npm.install(dir).catch((err: any) => {
|
||||
log.warn("failed to install dependencies", { dir, error: err.message })
|
||||
})
|
||||
}
|
||||
|
||||
async function isWritable(dir: string) {
|
||||
|
||||
Reference in New Issue
Block a user