vue-i18n-service
vue-i18n-service copied to clipboard
Vue packages version mismatch
After upgrading Vue to the latest version I get the following:
Vue packages version mismatch:
- [email protected]
- [email protected]
I used npx vue-i18n-service export > translations.json to export my translations. Had to copy the script into my project and use npx ./vue-i18n-service.js export > translations.json instead. But I would like to use the package as dependency furthermore.