OpenMarine

Full Version: New Twitter Node
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Has anyone updated the Twitter node to V1.0.0 in node_red?

I couldn't update from the palette so tried using:
Code:
cd /home/pi/.node-red
npm install node-red-node-twitter@1.x


but still no luck.

I didn't want to try anything else from here: https://discourse.nodered.org/t/new-twit...quired/664
in case I stuffed something up!!

Confused
cd /usr/lib

sudo npm install node-red-node-twitter@1.x

sudo reboot
(2018-06-11, 10:23 AM)jim321 Wrote: [ -> ]cd /usr/lib

sudo npm install node-red-node-twitter@1.x

sudo reboot

Thanks for that Smile