-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency mismatch in v9.0.0-rc.1
#3152
Comments
Thanks for reporting this issue, you're right it looks like we need to update deps in In the meantime I think you can work around this issue by adding the following resolutions override to your
|
I managed to pin versions on npm with
|
Ah sorry,
This issue should get resolved once intlify/h3#35 is merged, released (and updated in this module). |
I'm getting a similar error:
My packages:
Node.js version v20.18.1, pnpm version 9.12.3 I also tried to add the following to package.json:
|
@gokhantaskan Same. Have you managed to solve it? "pnpm": {
"overrides": {
"@intlify/core": "^10.0.5",
"@intlify/core-base": "^10.0.5",
"@intlify/shared": "^10.0.5",
"@intlify/message-compiler": "^10.0.5"
}
} Worked for me. |
This issue should be resolved now as well, it was caused by a release having an incorrect tag, try refreshing your lockfiles and installing 🙏 Related intlify/vue-i18n#2037 (comment) |
@BobbieGoede I refreshed the lockfile, have all latest versions of all packages and still get this error.
|
@hymair |
I guess it's the eslint plugin? Output of
EDIT: Uninstalling and installing the eslint plugin again fixed the error. |
Environment
Darwin
v20.17.0
3.13.2
3.14.0
2.9.7
[email protected]
-
-
-
-
Reproduction
On the local environment and on the stackblitz I have different errors, but both envs not working for me
On stackblitz I have
Pre-transform error: compiler is null (x2)
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-rt9kda?file=i18n%2Fi18n.config.ts
On the local I have
Describe the bug
v9 rc1 not run
Additional context
npm list @intlify/shared
givesprobably the issue with intlify/h3 which requires intlify/shared@9
Logs
No response
The text was updated successfully, but these errors were encountered: