You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
vue-i18n attempts to read a global __VUE_PROD_DEVTOOLS__ variable. This causes a ReferenceError in some engines, especially in an SSR context with recent node versions:
ReferenceError: __VUE_PROD_DEVTOOLS__ is not defined
at Object.install (file:///home/s-ol/dot/vike-repro/node_modules/vue-i18n/dist/vue-i18n.mjs:2284:65)