-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
Cannot assign to read only property 'exports' of object '#<Object>' #1217
Comments
Sometimes Nuxt has issues with invalidating its cache when updating dependencies. |
did not change anything, unfortunately |
Then you would need to try to minimize your project to create a repro. For now your best bet is to pin the 2.27.0 version if that works. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Looking at the linked issue nuxt-community/axios-module#501, it seems like it was not related to this module after all. |
I have to reopen this ticket. I created two code sandboxes for reproduction: Everything > 6.27.1 (incl. @nuxtjs/i18n starting with v7) does not work. |
What's the reason that you have customized the I think that by customizing |
Version
nuxt-i18n: 6.27.1
nuxt: 2.15.6
Nuxt configuration
mode:
Nuxt-i18n configuration
Reproduction Link
Cannot provide reproduction link, since project is way too big with hundreds of i18n usages and I am not sure which piece of code might cause the issue.
Steps to reproduce
n.a.
What is Expected?
SPA running as it was before with
v6.27.0
What is actually happening?
Starting with nuxt-i18n
v6.27.1
I get the following error when running my SPACannot assign to read only property 'exports' of object '#<Object>'
It seems that you introduced either a new bug or a breaking change in release
v6.27.1
.The text was updated successfully, but these errors were encountered: