Branislav Popadič

Results 4 comments of Branislav Popadič

Hi @dash14, that would be a feature request.

Same issue - `"vue-i18n": "^9.2.2"` Volar TypeScript version: `4.8.4` ```ts // i18n.ts import { createI18n } from 'vue-i18n' // Import locales const messages = Object.fromEntries( Object.entries( import.meta.glob('../locales/*.y(a)?ml', { eager: true...

I am getting the same error message, and I am using `.npmrc` with `shamefully-hoist=true`. The warn message suggests to remove the lock file. I did that, but it didn't help.

> Deduping your lockfile might solve the issue. Run `pnpm dedupe` Running `pnpm dedupe` worked for me. Thanks for the tip.