diff --git a/tools/cli/commands/install.js b/tools/cli/commands/install.js index d7ff61d6..a9d484d5 100644 --- a/tools/cli/commands/install.js +++ b/tools/cli/commands/install.js @@ -88,6 +88,7 @@ module.exports = { execSync('npx agentvibes@latest install', { cwd: result.projectDir, stdio: 'inherit', + shell: true, }); console.log(chalk.green('\n✓ AgentVibes installation complete')); } catch {