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 Interactive Debugging and Exploratory Programming

Leigh Maher
Leigh Maher
21,830 Points

How do I get the node inspector to work in Firefox?

When I visit this url in Firefox nothing happens: http://127.0.0.1:8080/?port=5858

I've tried inspect element and clicking on Debugger but it doesn't show the me the src folder.

Is this something that only works with Chrome?

I am not 100% on this but I believe node-inspector only works on Chrome however their is a FireFox version as well. node-firefox Hope that helps

The README.md on Github says it works only with Chrome and Opera.
I was saddened to learn it did not work with Firefox, too!