I get this error when I install genieacs: npm WARN notsup Unsupported engine for genieacs@1.2.12: wanted: {"node":">=12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"}) APT seems to install version 10.19.0 for me. Did you do anything else with regards to nodejs?
I get this error when I install genieacs:
npm WARN notsup Unsupported engine for genieacs@1.2.12: wanted: {"node":">=12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
APT seems to install version 10.19.0 for me. Did you do anything else with regards to nodejs?
NO ...FOLLOW GENIEACS INSTALLTION DOCUMENT AND REQUIREMENT
@@ThinkIOT I figured out my problem. Installing nodejs using apt-get was my issue. I am getting a newer version now on apt.
Thanks.
please link for download ubuntu and geniacs..
UI_JWT_SECRET is not set i am getting this error pls kindly reply for this
@@joylumer ok
You might be missing a step which is showing this error.
Generate a secure JWT secret and append to /opt/genieacs/genieacs.env:
node -e "console.log(\"GENIEACS_UI_JWT_SECRET=\" + require('crypto').randomBytes(128).toString('hex'))" >> /opt/genieacs/genieacs.env
Set file ownership and permissions:
sudo chown genieacs:genieacs /opt/genieacs/genieacs.env
sudo chmod 600 /opt/genieacs/genieacs.env
Do you do the installation on Ubuntu? What version of Ubuntu or Linux?
Ubuntu 20.04