shi11i
shi11i

Reputation: 1548

NodeJS: Node-Inspector blank screen

for no apparent reason Node-Inspector stopped working. Although there was a search bar, no tabs display. When I run my app I get this warning message: warn - websocket connection invalid

Upvotes: 2

Views: 1242

Answers (2)

Mike Hedman
Mike Hedman

Reputation: 1441

One other thing that can cause this is if your default browser is not Chrome. Trying to run node-inspector in Firefox gives a mostly white screen.

Upvotes: 0

shi11i
shi11i

Reputation: 1548

I reinstalled node-inspector: npm install -g node-inspector It updated a couple of the dependencies and everything worked again after that.

Upvotes: 1

Related Questions