Closed pschaub closed 6 years ago
This has nothing to do with this plugin as it is the expected behaviour of how peer dependencies are resolved with either NPM or Yarn. Just do yarn add vue vuex
and the warnings will be gone.
The @robinvdvleuten's solution works but it's a little bit painful to do it manually (one by one).
Do you want to request a feature or report a bug? Bug
What is the current behavior?
But I already have Vue 2.5 through Nuxt See https://github.com/nuxt/nuxt.js/blob/dev/package.json#L108 Same for vuex https://github.com/nuxt/nuxt.js/blob/dev/package.json#L114
If the current behavior is a bug, please provide the steps to reproduce.
nuxt
instead of plainvue
yarn install
ornpm install
What is the expected behavior? No error message because vue 2.5 is loaded through nuxt
If this is a feature request, what is motivation or use case for changing the behavior? Nobody want to see such an error message