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

前端 未结 8 645

I\'m trying to run node 4.2.2 on a Mac OS and i\'m not understanding why every time i get this error message:

events.js:141
      throw er; // Unhandled \'er         


        
8条回答
  •  眼角桃花
    2020-12-24 12:12

    this would not pertain to your error, but that error code can also run if a person is running node on multiple servers with the same address at the same time from their terminal.

提交回复
热议问题