listen EADDRNOTAVAIL error in Node.js

前端 未结 11 766
陌清茗
陌清茗 2020-11-27 15:43

I installed Nginx and Node.js in my server.

When I try run my node.js file, I get an error:

node.js:201
        throw e; // process.nextTick error, or \'e         


        
11条回答
  •  借酒劲吻你
    2020-11-27 16:14

    In my case, I fixed it by checking the directory /tasks/options

    I found connect.js file which had static IP address which was incorrect. I just changed it to the correct one and it worked.

提交回复
热议问题