Node inspector does not work with Node 6.0.0

I upgraded my project to Node 6.0.0 from 4.2.2.

I realized that the node inspector will not work and causes an β€œInternal error: illegal access” in the console log after a while (it differs for each new debugging session).

enter image description here

When I switched to 4.2.2, everything works correctly.

How to configure node inspector to work with Node 6.0.0?

+8
javascript debugging node-inspector
source share
1 answer

"Node 6.2.1 has been released and should fix this problem."

Upgrade to node 6.2.1 and this should fix the problem for you.

+1
source share

All Articles