-
-
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
The requested module '/_nuxt/@fs/=/node_modules/.cache/vite/client/deps/@intlify_shared.js' does not provide an export named 'assign' #2098
The requested module '/_nuxt/@fs/=/node_modules/.cache/vite/client/deps/@intlify_shared.js' does not provide an export named 'assign' #2098
Comments
Turns out I had |
Let's keep this open to further track the issue if that's fine for you, @mateusk. It might not be the perfect solution for everyone to just uninstall their linter plugin. A beta release for |
See intlify/eslint-plugin-vue-i18n#373 as my WIP which could be released in a beta version as suggested. |
In case this might help someone, I faced a simular issue as explained in #2110 and managed to fix it by using yarn instead of npm |
We are having this same issue as well (same error message), but our repo is not using the |
Check why |
@dargmuesli Thank you! We have
Appreciate the quick assistance! 🎉 |
I use @nuxtjs/i18n in the project and I get an error with @intlify_shared, I tried the above actions, nothing helped, how else can I solve this problem? |
You could wait for the merge and release of intlify/eslint-plugin-vue-i18n#382 if you use |
So I don't use @intlify/eslint-plugin-vue-i18n, but the error is still present |
Environment
Reproduction
Cannot reproduce this in a new Nuxt project, sorry.
Describe the bug
Uncaught SyntaxError: The requested module '/_nuxt/@fs/app/node_modules/.cache/vite/client/deps/@intlify_shared.js?v=85d61870' does not provide an export named 'assign' (at message-compiler.mjs?v=27c99670:6:18)
My Nuxt app was running fine until this strange error came up all of a sudden. Could not replicate this issue in a new Nuxt 3 project, so I cannot provide a reproduction repo, sorry. Tried downgrading @nuxtjs/i18n, same. Tried removing /node_modules, reinstalling dependencies, same.
Thanks in advance for any clues.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: