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 is working great in a project.
When I npm install my project on another computer however, it is making an error in the console and the translations don't display.
the error:
Error when evaluating expression "$t("my-expression": TypeError: Cannot read property 'util' of undefined
I don't see any diference in the 2 computers configuration. What can I do to solve this?
vue & vue-i18n version
ex: 1.0.26, 4.1
What is actually happening?
vue-i18n is working great in a project.
When I npm install my project on another computer however, it is making an error in the console and the translations don't display.
the error:
I don't see any diference in the 2 computers configuration. What can I do to solve this?
Thank you