Search code examples
vue.jsnpmserve

Vuejs, unable to serve project


I installed a vuejs package, tho' it gave me errors so I removed it and I am still unable to serve my project.

Log:

error log


Solution

  • Make sure you have this "@vue/cli-service": "~4.2.0", in your dependencies in package.json and delete node_modules folder and run npm install again