Creation:2024-08-11Last update:2025-11-22
Reference this doc to your favorite AI assistantChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Edit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
Debug intlayer command
1. Ensure you're using the latest version
Run:
bash
Copy code
Copy the code to the clipboard
npx intlayer --version # current locale intlayer versionnpx intlayer@latest --version # current latest intlayer version2. Check if the command is registered
You can check with:
bash
Copy code
Copy the code to the clipboard
npx intlayer --help # Shows the list of available commands and usage informationnpx intlayer dictionary build --help # Shows the list of available options for a command3. Restart your terminal
Sometimes a terminal restart is needed to recognize new commands.
4. Clear npx cache (if you're stuck with an older version)
bash
Copy code
Copy the code to the clipboard
npx clear-npx-cache