Node.js Error: connect ECONNREFUSED

后端 未结 12 1152
小鲜肉
小鲜肉 2020-12-02 16:39

I am new to node and running into this error on a simple tutorial.

I am on the OS X 10.8.2 trying this from CodeRunner and the Terminal. I have also tried putting my

12条回答
  •  渐次进展
    2020-12-02 17:06

    Had a similar issue, it turned out the listening port printed was different from what it actually was. Typos in the request string or listening function might make the target server appear to not exist.

提交回复
热议问题