When the following error occurs in the console,it means that the plug-in is installed incorrectly
Can’t resolve ‘ansi-html-community’
Cannot find module ‘is-docker
Don’t use npm install
npm i vuex-persistedstate
But the environment you use is yarn, so you need to use yarn to install the plugin
yarn add vuex-persistedstate
Then the problem can be solved smoothly