ExpressJS - throw er Unhandled error event

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

    Close any other node servers that are running, even if they are in other terminal windows or running on different ports. That should fix the problem.

提交回复
热议问题