Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: connect ECONNREFUSED. Is node running with --debug port 5858? #12

Closed
kevinSuttle opened this issue Feb 8, 2014 · 3 comments
Closed

Comments

@kevinSuttle
Copy link

Default options:

'node-inspector': {
    dev: {}
}
❯ grunt node-inspector
Running "node-inspector:dev" (node-inspector) task
Node Inspector v0.6.2
   info  - socket.io started
Visit http://127.0.0.1:8080/debug?port=5858 to start debugging.

screenshot 2014-02-08 01 32 44

@ChrisWren
Copy link
Owner

Did you start a node server with the --debug flag before starting node-inspector? it seems it has nothing to connect to.

@kevinSuttle
Copy link
Author

Nope. Just node index.js as a command in nodemon, and the node-inspector task I mentioned above. Guessing I should have passed that in to nodemon?

@kevinSuttle
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants