ExpressJS - throw er Unhandled error event

前端 未结 30 1961
囚心锁ツ
囚心锁ツ 2020-12-12 09:30

I created expressjs application using the following commands:

express -e folderName
npm install ejs --save
npm install

When I run the appli

30条回答
  •  情书的邮戳
    2020-12-12 10:22

    ->check what’s running on port 8080 or what ever port u want to check

    lsof -i @localhost:8080
    

    if something is running u can close it or use some kill command to close it

提交回复
热议问题