Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch of Vue version when used with Nuxt #111

Open
juniorgarcia opened this issue Aug 22, 2018 · 0 comments
Open

Mismatch of Vue version when used with Nuxt #111

juniorgarcia opened this issue Aug 22, 2018 · 0 comments

Comments

@juniorgarcia
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant