Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Express Basics (2015) Developing Express Apps Like a Boss Easily Debug Express (and other node apps)

Robert Tyree
Robert Tyree
13,335 Points

If Node Inspector has a failing build, should we install it?

Hi there,

I see that the Travis report on the current build status of Node Inspector is failing. I've been told to install global dependencies sparingly, and this one doesn't seem to be in good shape. Could anyone confirm that node-inspector is still a maintained tool?

Thank you!

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

To answer the immediate question about node-inspector: Node added a native inspector since the course was taped that does much the same thing through Chrome DevTools. You can use it from the command line with node --inspect

Node inspector is deprecated, because node debugging is done natively. Here is the article to show you how it works: https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27#.1dh12rtcf