0👍
✅
Follow the instructions step by step:
- Open cmd and run the command
npm uninstall -g @vue/cli
- then
npm install -g @vue/cli
- Open your project and remove node_modules.
- Re-install the packages.
This must fix your problem.
Source:stackexchange.com