I am getting an error while trying to run my project on dev mode.
user@Apples-MacBook-Pro myproject (hotfix/carousel-2) $ npm run dev
> [email protected] dev /Users/user/nuxt-projects/myproject
> nuxt
/Users/user/nuxt-projects/myproject/node_modules/vue-server-renderer/index.js:8
throw new Error(
^
Error:
Vue packages version mismatch:
- [email protected]
- [email protected]
I tried deleting the node_modules directory and re-run npm insatll, but still getting the same error. Could you please point me to the right direction?
vue-server-rendererto 2.5.16 manually.