You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 was trying to use it into an Nuxt application, but, after I installed, I couldn't even run
yarn dev
because of this error:I saw that the Vue version used by Vue Paginate is
2.3.3
while the version used by Nuxt is^2.5.13
.The text was updated successfully, but these errors were encountered: