Skip to main content

Troubleshooting

This page covers common problems and quick fixes.

pomodoro is not recognized

If your terminal says pomodoro is not recognized, the CLI is not on your PATH. Try closing and reopening your terminal first. If you installed with npm, reinstall:
On Windows PowerShell, use:
Then check:

PowerShell blocks npm

PowerShell may show an error like:
Use npm.cmd instead of npm:
This avoids the blocked PowerShell script wrapper.

No active timer

If pomodoro status prints:
start a session:
Then check again:

Stop a stuck timer

If a timer looks stuck, stop it:
Then start a new one:

No sessions yet

If pomodoro sessions prints:
complete a focus session first. Start a short test session:
After it finishes, run:

Coach says to complete sessions first

pomodoro coach needs recent sessions. Run:
If no sessions appear, complete a few focus sessions before using coaching.

AI tips are not showing

AI features need GROQ_API_KEY. On macOS or Linux:
On Windows PowerShell:
Open a new terminal after using setx. The timer still works without AI.

pomodoro update fails

If you see an error saying the development build cannot update, you are running a dev build. Use your original install method instead:
or:

Mintlify: mintlify is not recognized

Mintlify now uses the mint CLI. From the docs folder, run:
or install it globally:
Run Mintlify from the folder that contains docs.json.

Mintlify: invalid docs.json

The docs site needs these required fields:
  • name
  • theme
  • colors.primary
  • navigation
This project includes those fields in docs.json. If you edit the file and Mintlify fails, check that colors.primary is still a valid hex color: