TahaSh / vue-paginate

A simple vue.js plugin to paginate data
MIT License
593 stars 103 forks source link

Mismatch of Vue version when used with Nuxt #111

Open juniorgarcia opened 6 years ago

juniorgarcia commented 6 years ago

I was trying to use it into an Nuxt application, but, after I installed, I couldn't even run yarn dev because of this error:

Error: 

Vue packages version mismatch:

- vue@2.3.3
- vue-server-renderer@2.5.16

This may cause things to work incorrectly. Make sure to use the same version for both.

    at Object.<anonymous> (~/Projects/test/node_modules/vue-server-renderer/index.js:8:9)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (~/Projects/test/node_modules/nuxt/lib/core/renderer.js:8:34)
    at Module._compile (module.js:652:30)
error Command failed with exit code 1.

I saw that the Vue version used by Vue Paginate is 2.3.3 while the version used by Nuxt is ^2.5.13.