Receive notifications about upcoming Intlayer releases
    Creation:2024-08-11Last update:2025-11-22

    Debug intlayer command

    1. Ensure you're using the latest version

    Run:

    npx intlayer --version                  # current locale intlayer versionnpx intlayer@latest --version           # current latest intlayer version

    2. Check if the command is registered

    You can check with:

    npx intlayer --help                     # Shows the list of available commands and usage informationnpx intlayer dictionary build --help    # Shows the list of available options for a command

    3. 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)

    npx clear-npx-cache
    Receive notifications about upcoming Intlayer releases