I\'m trying to run Vue on port 8080, but can\'t get that to work. I just created a brand new project with vue create .
and ran it with npm run serve
, w
Most of time the error occurred when something is running on the same port. But as you mentioned above you have checked it out and there is nothing on it.
Have you tried to restart or shutdown your system and run the server again if not give it a try some of the time its worked for me.
Secondly it would be help full if you share the object of Scripts in package.json.
I have gone through your issue and found this article may be this will help you out. Let me know if the error still exists.