mjwwit / node-red-contrib-ikea-tradfri

Node-RED nodes to get updates from and control devices connected to an IKEA TRADFRI gateway
3 stars 3 forks source link

Installing 0.4.7 installs 0.4.5 #15

Closed DAveShillito closed 3 years ago

DAveShillito commented 3 years ago

I'm not sure if this is an issue with my Node-RED Install, or a configuration issue here. I'm posting it here in case it is the latter, but feel free to close it if you think it is the former.

If I search for node-red-contrib-ikea-tradfri in the pallet manager it says 0.4.7 is available.

image

I press install and it appears to install, but when it has installed it says the version is 0.4.5.

image

This still has the configuration issue, so I'm assuming it is 0.4.5.

I have removed it and and tried to reinstall it a few times over the last few days, but always have the same issue.

mjwwit commented 3 years ago

Node-RED is a bit slow with recognizing updates. You will see when the update is available if the "Nodes" tab lists the update. The "Install" tab is not used for updating, only for adding new nodes. If you really want the update right now, you can always update it manually by going to your Node-RED working directory (usually ~/.node-red), changing the version in the package.json file, and then running npm install.

DAveShillito commented 3 years ago

Thanks cool, I was confused that the two panes seemed to show different versions. I shall either wait or attempt the manual update you suggested. Thanks very much :)