Closed k0mar12 closed 1 year ago
Add"overrides": { "vue-i18n": "^9.3.0-beta.16" }
to your package.json
.
@zbLiuLiu Yeah, thanks. I know about this hack. But this is not working as you describe, overrides little diff:
{
"dependencies": {
"vue-i18n": "^9.3.0-beta.16",
"vuetify": "^3.1.1"
},
"overrides": {
"vuetify": {
"vue-i18n": "$vue-i18n"
}
}
@k0mar12 This is my package.json
, I just created my project yesterday:
{
...
"devDependencies": {
...
"@nuxtjs/i18n": "^8.0.0-beta.7",
"nuxt": "^3.0.0"
},
"dependencies": {
...
"vue-i18n": "^9.3.0-beta.16",
"vuetify": "^3.1.1"
},
"overrides": {
"vue-i18n": "^9.3.0-beta.16"
}
}
Environment
Darwin
v19.3.0
3.0.0
1.0.0
npm@9.2.0
vite
modules
@nuxtjs/i18n@8.0.0-beta.7
-
Reproduction
Repo
Describe the bug
While using vuetify@3.1.1 and @nuxtjs/i18n@8.0.0-beta.7 i got error when vuetify cant find vue-i18n Modules work individually, but fail together.
Additional context
No response
Logs