Skip to content

Installation problems

Reinstall the global package from the installation guide, then verify the package bin:

Terminal window
tman --version

If that command is missing after pnpm add --global @ajaymamtora/theme-manager, inspect pnpm’s configured global bin directory and ensure it is on your PATH. Reopen the shell after changing shell startup files.

Theme Manager expects Node >=22. Verify the active runtime before reinstalling:

Terminal window
node --version
pnpm --version

Use a supported Node installation, then reinstall with pnpm add --global @ajaymamtora/theme-manager.

Only the interactive color picker needs the external pastel executable. Install it and ensure it is on PATH:

Terminal window
brew install pastel

On platforms without Homebrew:

Terminal window
cargo install pastel

Generation and selection that do not use --pick do not require Pastel.