[Vuejs]-Npx create-nuxt-app followed by npm run dev throws Vue packages version mismatch

0👍

It looks like using yarn instead of NPM fixes this issue. The problem seems to be caused by require-extension-hooks-vue which has a peerDependency on 2.5.22. See this issue for more info.

Leave a comment