Node events.js:167 throw er; // Unhandled 'error' event

前端 未结 19 2221

I\'m trying to use JSON Server in a React App. However, I keep getting the following error.

events.js:167
  throw er; // Unhandled \'error\' event
  ^
Emitt         


        
19条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 20:56

    Your site is running at http://localhost:8000 Try changing your port. Like 3000 or 8080.

    app.listen(3000)

    My 8080 post was taken, so I got this same error

提交回复
热议问题