BMAD-METHOD/tools/cli/commands
Claude Code 87e441fbb0 fix: Add shell: true to npx execSync to prevent permission denied error
The execSync call for 'npx agentvibes@latest install' was failing with
'Permission denied' because the shell was trying to execute 'agentvibes@latest'
directly instead of passing it as an argument to npx.

Adding shell: true ensures the command runs in a proper shell context
where npx can correctly interpret the @latest version syntax.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 23:33:57 -07:00
..
build.js docs updated and agent standalone builder working now from the main install flow 2025-10-04 01:26:38 -05:00
install.js fix: Add shell: true to npx execSync to prevent permission denied error 2025-11-19 23:33:57 -07:00
list.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
status.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
uninstall.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
update.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00