Compare commits

..

2 Commits

Author SHA1 Message Date
Wendy Smoak cf8a9b7db0
Merge f0ad64efc4 into 1198c8b9b7 2026-02-17 20:08:37 +01:00
jheyworth 1198c8b9b7
hotfix: add npx cache workaround to Quick Start (#1685)
Users running npx bmad-method install may get a stale beta version
due to npx caching. Added explicit version pin as a workaround.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 11:58:06 -06:00
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag
npx bmad-method install npx bmad-method install
``` ```
> If you are getting a stale beta version, use: `npx bmad-method@6.0.1 install`
Follow the installer prompts, then open your AI IDE (Claude Code, Codex, Windsurf, etc.) in your project folder. Follow the installer prompts, then open your AI IDE (Claude Code, Codex, Windsurf, etc.) in your project folder.
**Non-Interactive Installation** (for CI/CD): **Non-Interactive Installation** (for CI/CD):