[Vuejs]-Vue app not working day after working normaly

0👍

Follow the instructions step by step:

  1. Open cmd and run the command npm uninstall -g @vue/cli
  2. then npm install -g @vue/cli
  3. Open your project and remove node_modules.
  4. Re-install the packages.

This must fix your problem.

Leave a comment