hobbyquaker / node-red-contrib-lgtv

Node-RED Nodes to control LG webOS Smart TVs :tv:
http://flows.nodered.org/node/node-red-contrib-lgtv
MIT License
59 stars 22 forks source link

Can't install the nodes #30

Open giuliob97 opened 3 years ago

giuliob97 commented 3 years ago

Hi! I'm new in Node-Red, but I have this problem. I can't install these nodes, but I have no problem to install some others. The Logs gives me this

Schermata 2020-10-07 alle 20 12 16
TorbenEC commented 3 years ago

Having the same problem

gmarquezp commented 3 years ago

same problem here

gmarquezp commented 3 years ago

Fix found:

Add this packages:

system_packages:
  - make
  - gcc
  - g++
  - libc-dev
GnomiBerlin commented 1 year ago

I just installed NodeRed v3.0.2 on Node.js v16.17.0 Npm 8.15.0 and also had errors on installing node-red-contrib-lgtv. After above hint installing (sudo apt install xxxx)

system_packages:
  - make
  - gcc
  - g++
  - libc-dev

node-red-contrib-lgtv could now be installed. So I think the issue can be closed!