vue-i18n-extract
vue-i18n-extract copied to clipboard
CACError: Unknown option `--emptyTranslation=en`
I've faced with the following error:
[vue-i18n-extract] CACError: Unknown option `--emptyTranslation=en`
Command:
vue-i18n-extract report --add=true --no-empty-translation="en" --vueFiles './src/**/*.?(js|vue)' --languageFiles './locales/*.json'
Camel cased option works as expected:
--noEmptyTranslation="en"
node -v
v16.18.1
[email protected]
[email protected]
[email protected]
Try to use --noEmptyTranslation en instead.