Page 1 of 1

Node-Inspector Debugger Error

Posted: 08 Aug 2016 07:54
by victoryred
Has anyone seen this error before? If so is there a fix or work around to apply?

pi@raspberrypi1 ~ $ node-inspector --debug-port 8183
Node Inspector v0.12.8
Visit http://127.0.0.1:8080/?port=8183 to start debugging.
/usr/lib/node_modules/node-inspector/lib/DebuggerClient.js:161
done(err, JSON.parse(result.value));
^

TypeError: Cannot read property 'value' of undefined

Thanks

Re: Node-Inspector Debugger Error

Posted: 08 Aug 2016 12:21
by PoltoS
New node-inspector is not compatible anymore with Z-Way ;(

Please fall back to some old. We still kepp v0.7.4 in chrooted environment.

Unfortunatelly v8 nad node-inspector has both changed a lot

Re: Node-Inspector Debugger Error

Posted: 08 Aug 2016 19:22
by victoryred
Thank you.

Rolled back via:
npm install -g node-inspector@0.7.4