Search code examples
javascriptnode.jsdebuggingnode-inspector

Node inspector doesn't work with Node 6.0.0


I've updated my project to Node 6.0.0 from 4.2.2.

I figured out node-inspector won't work and causes "Internal error: illegal access" in console log after some time (it differs for every new debug session).

enter image description here

When I switched back to 4.2.2 everything works properly.

How to configure node-inspector to make it work with Node 6.0.0?


Solution

  • "Node 6.2.1 has been released and is supposed to fix this issue."

    Upgrade to node 6.2.1 and that should resolve the issue for you.