Describe the bug
When I install bmad bmm 6 beta via npx bmad-method install i get a jest issue.
No matching version found for jest@^30.0.4.
? BMM Module
│
◇ Accept Defaults (no to customize)?
│ Yes
✔ Fetched BMad Builder
⚠ Failed to install dependencies for BMad Builder
Warning: Command failed: npm install --production --no-audit --no-fund --prefer-offline --no-progress
npm warn config production Use --omit=dev instead.
npm error code ETARGET
npm error notarget No matching version found for jest@^30.0.4.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
Steps to reproduce
npx bmad-method install
then install bmm module
Expected behavior
install right away
Environment (if relevant)
- Model(s) used:
- Agentic IDE used: Claude code
- BMad version: 6 beta
- Project language:
Additional context
The issue is that jest@^30.0.4 specifically doesn't exist. Jest jumped from release candidates directly to 30.2.0 - there is no 30.0.4 release.
Describe the bug
When I install bmad bmm 6 beta via npx bmad-method install i get a jest issue.
No matching version found for jest@^30.0.4.
? BMM Module
│
◇ Accept Defaults (no to customize)?
│ Yes
✔ Fetched BMad Builder
⚠ Failed to install dependencies for BMad Builder
Warning: Command failed: npm install --production --no-audit --no-fund --prefer-offline --no-progress
npm warn config production Use
--omit=devinstead.npm error code ETARGET
npm error notarget No matching version found for jest@^30.0.4.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
Steps to reproduce
npx bmad-method install
then install bmm module
Expected behavior
install right away
Environment (if relevant)
Additional context
The issue is that jest@^30.0.4 specifically doesn't exist. Jest jumped from release candidates directly to 30.2.0 - there is no 30.0.4 release.