Vue – User friendly Tech help

Problem:- On running the npm run dev, command after installing vue-cli, following error is thrown?Starting dev server…events.js:160      throw er; // Unhandled ‘error’ event      ^ Error: listen EADDRINUSE :::8080    at Object.exports._errnoException (util.js:1026:11)    at exports._exceptionWithHostPort (util.js:1049:20)    at Server._listen2 (net.js:1262:14)    at listen (net.js:1298:10)    at Server.listen (net.js:1376:9)…. Solution:-From above error we can get an hint “listen EADDRINUSE :::8080”,issue is […]

Was this article helpful?
YesNo

Similar Posts