--- createdAt: 2024-08-11 updatedAt: 2025-11-22 title: Debug Intlayer Command description: Learn how to debug and troubleshoot Intlayer CLI issues. keywords: - Debug - Troubleshoot - CLI - Intlayer slugs: - doc - concept - cli - debug --- # Debug intlayer command ## 1. **Ensure you're using the latest version** Run: ```bash npx intlayer --version # current locale intlayer version npx intlayer@latest --version # current latest intlayer version ``` ## 2. **Check if the command is registered** You can check with: ```bash npx intlayer --help # Shows the list of available commands and usage information npx intlayer dictionary build --help # Shows the list of available options for a command ``` ## 3. **Restart your terminal** Sometimes a terminal restart is required to recognise new commands. ## 4. **Clear npx cache (if you're stuck with an older version)** ```bash npx clear-npx-cache ```