feathersjs-ecosystem / feathers-vuex

Integration of FeathersJS, Vue, and Nuxt for the artisan developer
https://vuex.feathersjs.com
MIT License
445 stars 108 forks source link

Supporting Vue 2.7 #626

Open GaborTorma opened 2 years ago

GaborTorma commented 2 years ago

I got the following error message when I trying install Vue 2.7

npm WARN Could not resolve dependency:
npm WARN peer vue@">= 2.5 < 2.7" from @vue/composition-api@1.7.0
npm WARN node_modules/@vue/composition-api
npm WARN   peer @vue/composition-api@"*" from feathers-vuex@3.16.0
npm WARN   node_modules/feathers-vuex
aliciahogue commented 2 years ago

Same issue here. Any workarounds?