-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi.
Thanks for this its really helpful to have something that puts all the pieces together.
Following the steps, i get up and running along with the ui being accessible and working, but had issues connecting any devices to the acs. upon further inspection it seems that although the UI is running the back end isnt and looking at the install logs i get the following;
npm WARN notsup Unsupported engine for genieacs@1.1.3: wanted: {"node":">=6.9.2 <9.0"} (current: {"node":"10.21.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: genieacs@1.1.3
I am very new to this so my understanding would be that genieacs needs Node version 6.9.2-9.0.0 however 10.21.0 is installed.
I have tried the following;
Tweak : curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh and change it to curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh
although this installs an older node version i still have issues.
Any help would be appreciated.
Kieran