Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 988
klimat Avatar asked May 03 '16 12:05

klimat


1 Answers

"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.

like image 117
Ivan Avatar answered Nov 19 '22 23:11

Ivan