stjohnjohnson / smartthings-mqtt-bridge

Bridge between SmartThings and MQTT
https://hub.docker.com/r/stjohnjohnson/smartthings-mqtt-bridge/
MIT License
363 stars 242 forks source link

node.js getting some errors #185

Closed umapathireddy closed 5 years ago

umapathireddy commented 5 years ago

npm WARN commonmark-react-renderer@4.3.4 requires a peer of commonmark@^0.27.0 || ^0.26.0 || ^0.24.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

stjohnjohnson commented 5 years ago

I’m not surprised. It’s been a long time since I updated the dependencies.

I’ve moved off using SmartThings, so I’m not sure when I’ll get to fixing it.

If you want to update the node version as well as the dependencies, that would be awesome as a PR.

On Tue, Dec 18, 2018 at 20:19 umapathireddy notifications@github.com wrote:

npm WARN commonmark-react-renderer@4.3.4 requires a peer of commonmark@^0.27.0 || ^0.26.0 || ^0.24.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stjohnjohnson/smartthings-mqtt-bridge/issues/185, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl98QRFt-CKS92mveFDYhRV-e0D6Uliks5u6b5VgaJpZM4ZZg-Z .

--

  • St. John
umapathireddy commented 5 years ago

Thank you, issued is solved