Update package from GitHub version

Hello!

I am using node-red-contrib-google-iot-core package in Node-RED. That package I installed from Manage palette. I have the version 0.0.4 from this package because is the newest version in Manage palette.

In the GitHub project of this package (https://github.com/cyberflohr/node-red-contrib-google-iot-core), I see that it exists another version 0.0.5. I want to update the package for this 0.0.5 because it has new funcionalities (MQTT subfolder).

How can I update the node-red-contrib-google-iot-core package in my Node-RED to 0.0.5 version?

Thanks!

Go to your .node-red folder and run
npm install cyberflohr/node-red-contrib-google-iot-core
That will install the latest from from github. Then restart node-red.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.