| createdAt | 2024-08-11 | ||||
|---|---|---|---|---|---|
| updatedAt | 2025-11-22 | ||||
| title | Debug Intlayer Command | ||||
| description | Learn how to debug and troubleshoot Intlayer CLI issues. | ||||
| keywords |
|
||||
| slugs |
|
Run:
npx intlayer --version # current locale intlayer version
npx intlayer@latest --version # current latest intlayer versionyarn intlayer --version # current locale intlayer version
yarn intlayer@latest --version # current latest intlayer versionpnpm intlayer --version # current locale intlayer version
pnpm intlayer@latest --version # current latest intlayer versionbun x intlayer --version # current locale intlayer version
bun x intlayer@latest --version # current latest intlayer versionYou can check with:
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 commandyarn intlayer --help # Shows the list of available commands and usage information
yarn intlayer dictionary build --help # Shows the list of available options for a commandpnpm intlayer --help # Shows the list of available commands and usage information
pnpm intlayer dictionary build --help # Shows the list of available options for a commandbun x intlayer --help # Shows the list of available commands and usage information
bun x intlayer dictionary build --help # Shows the list of available options for a commandSometimes a terminal restart is needed to recognize new commands.
npx clear-npx-cache