Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

node-red-contrib-mi-devices/dist/nodes/yeelight/index.html does not exist error #42

Open
NameLessJedi opened this issue May 16, 2018 · 3 comments

Comments

@NameLessJedi
Copy link

Hi,
I do realize that this project is on hold but...
I'm new to node-red (and node.js). I've installed node-red-contrib-mi-devices both using "Manage palette" and manually with npm install in proper dir but still get that error and don't see any nodes related to yeelight. Is there some easy fix for this?
I'm using Node-RED 0.18.5 and Node.js 9.11.1 on linux

TIA

@rolfz
Copy link

rolfz commented Jul 15, 2018

Hi, I just had the same problem and removed the 2yeelight entries from the node-red-contrib-mi-devices/package.json
file, this removed the error message from the "Manage palette" page.

@hallard
Copy link

hallard commented Sep 5, 2018

I think this is due to latest node red versionthat shows when there is an error because I got the same config on 2 computer, one node red@0.17.5 no error and the other with red@0.19.2 same error as this issue.

So just change in package.json to remove the bad link

      "xiaomi-actions": "node-red-contrib-xiaomi-actions/xiaomi-actions.js",
      "xiaomi-yeelight": "dist/nodes/yeelight/index.js"
    }

to

      "xiaomi-actions": "node-red-contrib-xiaomi-actions/xiaomi-actions.js"
    }

and you done, and if you want to drive yeelight use the correct node

npm install node-red-contrib-yeelight

@fjterrada69
Copy link

Good morning.
Just delete those files and nothing else?
I am having the same problem with the Xiaomi Gateway.
Greetings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants