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
I believe the reason for the issue in Node v5+ is because wink-js is specifying config-file as a dependency, version 0.1.8. Later versions of config-file (3.0) apparently changed the function calls, so you could no longer use .load (which is invoked in wink-js's index.js), but had to use .parse or another option, depending on what you needed to do.
When trying to setup homebridge & homebridge-wink, I ran into an issue (on node 7.3.0) that's both described & fixed by @tekuonline in KraigM/homebridge-wink#67, which is basically just a fork of your wink-js but cutting out the config-file dependency.
Hoping we can confirm exactly where the issue is so we can get a proper fix. Let me know if I can help.
/cc @KraigM @tekuonline @jonschlinkert
The text was updated successfully, but these errors were encountered: