I am running node-red version v10.21.0 on two Docker computers, Docker 1 is running on a Raspberry pi 3, and Docker 2 is running on a Ubuntu 20.04 machine.
My Telldus devices are integrated with Home Assistant but now I also want to use node red.
So, I go to "MAnage Palette" in node red and tries to install node-red-contrib-tellstick. On both platforms I get the same error: "Failed to install: node-red-contrib-tellstick". An excerpt from the Ubuntu Docker says:
2020-07-13T09:25:35.957Z Install : node-red-contrib-tellstick 2.1.3
2020-07-13T09:25:36.123Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix="~" --production node-red-contrib-tellstick@2.1.3
2020-07-13T09:25:40.518Z [out]
2020-07-13T09:25:40.518Z [out] > telldus@1.1.2 install /data/node_modules/telldus
2020-07-13T09:25:40.518Z [out] > node-gyp configure build
2020-07-13T09:25:40.518Z [out]
2020-07-13T09:25:41.529Z [out] make: Entering directory '/data/node_modules/telldus/build'
2020-07-13T09:25:41.530Z [out] CXX(target) Release/obj.target/telldus/telldus.o
2020-07-13T09:25:41.626Z [err] ../telldus.cc:15:10: fatal error: telldus-core.h: No such file or directory
2020-07-13T09:25:41.626Z [err] 15 | #include <telldus-core.h>
2020-07-13T09:25:41.626Z [err] | ^~~~~~~~~~~~~~~~
2020-07-13T09:25:41.627Z [err] compilation terminated.
2020-07-13T09:25:41.631Z [err] make: *** [telldus.target.mk:101: Release/obj.target/telldus/telldus.o] Error 1
2020-07-13T09:25:41.631Z [err] gyp
2020-07-13T09:25:41.631Z [out] make: Leaving directory '/data/node_modules/telldus/build'
2020-07-13T09:25:41.631Z [err]
2020-07-13T09:25:41.631Z [err] ERR!
2020-07-13T09:25:41.631Z [err]
2020-07-13T09:25:41.632Z [err] build error
2020-07-13T09:25:41.632Z [err]
2020-07-13T09:25:41.632Z [err] gyp
2020-07-13T09:25:41.632Z [err]
2020-07-13T09:25:41.632Z [err] ERR!
2020-07-13T09:25:41.633Z [err]
2020-07-13T09:25:41.633Z [err] stack
2020-07-13T09:25:41.633Z [err] Error: make
failed with exit code: 2
2020-07-13T09:25:41.633Z [err] gyp
2020-07-13T09:25:41.633Z [err]
Has anyone installed with success?