nuxt: vue packages version mismatch is not an Error

Now many reusable components fail like that

Error: 

Vue packages version mismatch:

- vue@2.3.2
- vue-server-renderer@2.2.6

maybe there is a way to use them replacing this Error with Warning?

<div align="right">This question is available on Nuxt.js community (#c579)</div>

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 2
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Steps to fix:

yarn add vue@2.2.6 vue-template-compiler@2.2.6 vue-server-renderer@2.2.6

Exact problem: element-ui@1.3.1 which was depending on vue@^2.3.0 as a peer dependency.