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

Debug with node-inspector #78

Closed
isramartinez opened this issue Feb 21, 2014 · 3 comments
Closed

Debug with node-inspector #78

isramartinez opened this issue Feb 21, 2014 · 3 comments

Comments

@isramartinez
Copy link

As this is supposed to be a bootstrap project for new developments I think would be good to add the node-inspector package by default.

What do you guys think?

@sahat
Copy link
Owner

sahat commented Feb 21, 2014

Node Inspector is a global npm package and so it should be installed separately (via sudo npm install -g node-inspector).

Personally, I can get by with console.log() for most use cases, and use WebStorm IDE when I really need to step through the code.

I will add it to the list of "Recommended Node.js Libraries" in case someone might be interested in using it.

@isramartinez
Copy link
Author

That's true, I missed the point that it is a global package. Thanks for the consideration!

@sahat
Copy link
Owner

sahat commented Feb 25, 2014

Closing the issue.

@sahat sahat closed this as completed Feb 25, 2014
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