Replies: 1 comment 1 reply
-
Hi, try to use FUXA Server Tags, internal device are only for frontend logic, alarms are handled by the server (backend) You need to have installed Node (Version 10, 12 or 14) and NPM (Version >=6.11 and < 7) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Thanks for all the great work on Fuxa. I have two questions, would appreciate some advice
Docker
I have successfully install a container in Docker and this all works except for the alarms. I have included a video demo of the issue
FuxaAlarms.mp4
Linux
I have tried to install on Ubuntu linux but get the following error
npm ERR! code 1
npm ERR! path /usr/lib/node_modules/@frangoteam/fuxa/node_modules/node-snap7
npm ERR! command failed
npm ERR! command sh -c -- prebuild-install || node-gyp rebuild
npm ERR! prebuild-install WARN install No prebuilt binaries found (target=16.18.0 runtime=node arch=x64 libc= platform=linux)
npm ERR! gyp info it worked if it ends with ok
Node version 16.18.0
NPM version 8.19.2
Any advice appreciated
Beta Was this translation helpful? Give feedback.
All reactions