Installation problems
CLI is missing
Section titled “CLI is missing”Reinstall the global package from the installation guide, then verify the package bin:
tman --versionIf 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.
Node or pnpm is unsupported
Section titled “Node or pnpm is unsupported”Theme Manager expects Node >=22. Verify the active runtime before reinstalling:
node --versionpnpm --versionUse a supported Node installation, then reinstall with pnpm add --global @ajaymamtora/theme-manager.
--pick reports that Pastel is unavailable
Section titled “--pick reports that Pastel is unavailable”Only the interactive color picker needs the external pastel executable. Install it and ensure it is on PATH:
brew install pastelOn platforms without Homebrew:
cargo install pastelGeneration and selection that do not use --pick do not require Pastel.