question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.0.5: [vue-i18n-extract] Error: vueFiles glob has no files.

See original GitHub issue

Since 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?

image

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:closed
  • Created a year ago
  • Reactions:2
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
Spittalcommented, Apr 28, 2022

I didn’t specifically, but I did update the glob package which might have changed the syntax?

1reaction
kleinfreundcommented, May 28, 2022

@mreduar I filed another PR for addressing this: https://github.com/Spittal/vue-i18n-extract/pull/170

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found