diff --git a/packages/opencode/src/config/config.ts b/packages/opencode/src/config/config.ts index 314554b22b..178501d446 100644 --- a/packages/opencode/src/config/config.ts +++ b/packages/opencode/src/config/config.ts @@ -288,6 +288,7 @@ 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).catch((err: any) => { + console.log(err) log.warn("failed to install dependencies", { dir, error: err.message }) }) }