Error: listen eadrinuse::: 8000 solution

Events. Js: 182
throw er;// Unhandled ‘error’ event
^
the error: Listen EADDRINUSE :::8000
at object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at server.setuplistenhandle [as] _listen2] (net. Js: 1315:14)
the at listenInCluster (net. Js: 1363:12)
the at Server. Listen (net. Js: 1463:7)
ats Function. Listen (G: \ webstorm \ movieManageWeb \ node_modules \ _express @ 4.16.2 @ express \ lib \ application js: 618-24)
the at Object. & lt; anonymous> (G: \ webstorm \ movieManageWeb \ app js: rising)
at the Module. The _compile (Module. Js: 569:30)
at the Object. The Module. _extensions.. Js (module. Js: 580:10)
at the module. The load (module. Js: 503:32)
the at tryModuleLoad (module. Js: 466:12)
at the Function, the module. _load (module. Js: 458:3)
the at Function.Module.runMain (module.js:605:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:575:3
       
EADDRINUSE is err Address in use, which translates to using the wrong port
Actually, after the previous command runs, it still occupies port 8000. There are two solutions.
1, you can reset another port number.
2. Kill the process that was still occupying port 8000.

Read More: