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

Development Tools

Anthony Candaele
seal-mask
.a{fill-rule:evenodd;}techdegree
Anthony Candaele
Full Stack JavaScript Techdegree Student 32,135 Points

cannot find inspector page

when I restart npm I get this message:

Debugger listening on ws://127.0.0.1:9229/ce0843a4-50f0-45ae-8af3-239d68796e49

but when I copy the url and past it in Chrome, I get:

This side can't be reached

Not sure what's going on.

My version of Chrome is 72.0.3626.96

1 Answer

Hi Anthony

When you restart, Have you started node with the inspect switch?

node --inspect

You might find what you're looking for here, to view on a browser it looks like you have some prior security policies to abide by.