RIAEvangelist / node-phidget-API

Node.JS Phidget API supporting all phidgets!
Other
10 stars 7 forks source link

Which nw version is compatible? #56

Closed Imadeanaccountforthis closed 8 years ago

Imadeanaccountforthis commented 8 years ago

phidgetapi doesn't seem to work with the latest version of nw.js, which would be the latest version compatible with it? in nw 0.16 I get a "cannot read property split of undefined" for var tag2=phidget.data.board.Tag2.split('/'); in lib/RFID.js., same kind of thing goes for interfacekit.js,I'm trying to take a look at it but I have close to zero javascript experience (first time user)

MaybeRex commented 8 years ago

This api won't work with the latest builds of node.js, but I am currently working on getting up to speed. node v.0.12 works perfectly so if you revert back to a nw version that runs that it should work

RIAEvangelist commented 8 years ago

Object.observe was deprecated as of node v4 were working on an upgrade