에러 메시지
npm i vue-router vuex
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vue-table-game@0.1.0
npm ERR! Found: vue@3.2.23
npm ERR! node_modules/vue
npm ERR! vue@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^2.0.0" from vuex@3.6.2
npm ERR! node_modules/vuex
npm ERR! vuex@"*" from the root project
vue v3에서 vuex를 설치하려니 에러가 뜬다.
ver3에서는 vuex ver4를 써야 하나보다
When using Vue3, refer to Vuex 4 Documentation to install Vuex 4 with
참고 :: https://stackoverflow.com/questions/68111008/failed-to-install-vuex-in-vue3