You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Object.observe is not a function
at observe (/home/pi/wot-book/chapter7-implementation/part1-2-direct-gateway/plugins/internal/ledsPlugin.js:29:10)
The text was updated successfully, but these errors were encountered:
Hi, thanks a lot for your bug submission. I'm reopening because as you said: 6 is now the new LTS and it does not support observe(). We are looking into fixing that now.
Any chance of someone applying a fix for this, now that the official node LTS version is 6.9.1?
kevin
pi@raspberrypi:~/wot-book/chapter7-implementation/part1-2-direct-gateway$ node wot-server.js
Simulated Passive Infrared sensor started!
/home/pi/wot-book/chapter7-implementation/part1-2-direct-gateway/plugins/internal/ledsPlugin.js:29
Object.observe(what, function (changes) {
^
TypeError: Object.observe is not a function
at observe (/home/pi/wot-book/chapter7-implementation/part1-2-direct-gateway/plugins/internal/ledsPlugin.js:29:10)
The text was updated successfully, but these errors were encountered: