You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your learning Node.js 2/e Live lessons are great.
I am working with Node V8.5.0 and Atom 1.20 and node-debugger 1.10.1 I also noted that node.js changed the debugger port to --inspect 9229 from debug on 5858
The atom interface seems to work but when I start the server code as written from your live lesson listening on localhost:8080 the curl command comes back with connection refused (I assume this means there is no listener on 8080).
I realize you are not an Atom developer so this post is just limited to asking you if you aware of an issue with atom with the node.js debugger package at the versions listed above
Running node with debug (without atom) directly and using curl works!
The text was updated successfully, but these errors were encountered:
Your learning Node.js 2/e Live lessons are great.
I am working with Node V8.5.0 and Atom 1.20 and node-debugger 1.10.1 I also noted that node.js changed the debugger port to --inspect 9229 from debug on 5858
The atom interface seems to work but when I start the server code as written from your live lesson listening on localhost:8080 the curl command comes back with connection refused (I assume this means there is no listener on 8080).
I realize you are not an Atom developer so this post is just limited to asking you if you aware of an issue with atom with the node.js debugger package at the versions listed above
Running node with debug (without atom) directly and using curl works!
The text was updated successfully, but these errors were encountered: