Node-red-contrib-chatbot > Installation error

After the installation I got this error:

2021-01-12T11:31:08.437Z [err] npm ERR! code ELIFECYCLE
2021-01-12T11:31:08.437Z [err] npm ERR! errno 1
2021-01-12T11:31:08.446Z [err] npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
2021-01-12T11:31:08.446Z [err] npm ERR! Exit status 1

In my Node-RED Configuration I use this packages:

system_packages:
  - g++
  - make
  - sqlite

What’s going wrong?

On which platform are you trying to install it?
It doesn’t work on Pi…

yes, Rasperry, so it seems clear…

Do you have an alternative idea for a node which is able to send an image file (eq. via telegram)?

you can make a service call from node-red to telegram integration in Home Assistant, if you have the integration within Home Assistant. or another notification integration that supports picture.

node-red-contrib-telegram-home work with the HA add-on.

But I am not happy with other Telegram nodes : 5 nodes vs 85 nodes !

I found the right trick to make node-red-contrib-chatbot work again ! At least if you are on a x86 architecture.