vue-i18n-service icon indicating copy to clipboard operation
vue-i18n-service copied to clipboard

Vue packages version mismatch

Open rwam opened this issue 6 years ago • 0 comments

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.

rwam avatar Dec 10 '18 09:12 rwam