2.0.5: [vue-i18n-extract] Error: vueFiles glob has no files.
See original GitHub issueSince today, my npm run script is not working anymore, it throws a error about vueFiles glob has no files.
.
I see there was a release 2.0.5 yesterday. 2.0.4 works perfectly fine.
My config file has:
vueFiles: "./src/**/*.?(ts|js|vue)",
Did you change something on the files matcher since 2.0.4?
My workaround for now is, to execute your 2.0.4 version:
"i18n:reportDeOnly": "npx vue-i18n-extract@2.0.4 --languageFiles ./src/locales/de-CH.json",
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:16 (6 by maintainers)
Top Results From Across the Web
2.0.5: [vue-i18n-extract] Error: vueFiles glob has no files. #159
Since today, my npm run script is not working anymore, it throws a error about vueFiles glob has no files.. I see there...
Read more >vue-i18n-extract - npm
Start using vue-i18n-extract in your project by running `npm i ... TypeScript icon, indicating that this package has built-in type ...
Read more >vue-i18n-extract | Yarn - Package Manager
vue-i18n-extract is built to work with your Vue.js projects using the library vue-i18n. It runs static analysis on your Vue.js source code looking...
Read more >Manage vue-i18n localization with static analysis
vue-i18n-extract is built to work with your Vue.js projects using vue-i18n. ... [x] I18NReport keys that are missing in the language files.
Read more >i18n-t error 500 - Codegen node... node is missing for element ...
I'm facing the following error: "[plugin:vite:vue] Codegen node is missing for element/if/for node. Apply appropriate transforms first.".
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I didn’t specifically, but I did update the glob package which might have changed the syntax?
@mreduar I filed another PR for addressing this: https://github.com/Spittal/vue-i18n-extract/pull/170