ExpressJS - throw er Unhandled error event

前端 未结 30 1957
囚心锁ツ
囚心锁ツ 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:15

    If you want to use the same port number then type kill % in the terminal, which kills the current background process and frees up the port for further usage.

提交回复
热议问题