LoginSignup
8
4

More than 3 years have passed since last update.

nuxt.jsで Vue packages version mismatch: vue@2.6.10 vue-server-renderer@2.6.11 と怒られる

Posted at

何もしてないのに壊れた。

Vue packages version mismatch:

vue@2.6.10
vue-server-renderer@2.6.11

解決方法

package-lock.jsonを消して、npm updateする

$ rm package-lock.json
$ rm -rf packnode_modules
$ npm update

参考

8
4
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
4