Due to dependency issues I got this error
npm ERR! Found: [email protected]
npm ERR! node_modules/vue
npm ERR! vue@"^2.7.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.2.0" from [email protected]
npm ERR! node_modules/vuex
npm ERR! peer vuex@">=2.5" from [email protected]
npm ERR! node_modules/vuex-persist
npm ERR! vuex-persist@"*" from the root project
I changed npm install command like this then it worked
npm install --save vuex-persist --legacy-peer-deps