FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

Ensure WebMap version compatibility #115

Open phreed opened 3 months ago

phreed commented 3 months ago

Identify compatible versions of node-red and webmap. Select one of these compatible pairs and lock in their versions during installation.

brothercorvo commented 3 months ago

the issue is the version of NodeRed, we should test if an upgrade of nodered would fix the issue with the WorldNap library

ki6uve commented 3 months ago

I have confirmed that upgrading Node-RED does indeed fix the "node type" error that is occurring in 'node-red-contrib-web-worldmap' module of Node-RED after fresh ZTI of FTS. I used this command to upgrade to version 20 of Node-RED and then reenabled/restarted Node-RED service as a work around:

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node20

brothercorvo commented 3 months ago

I have confirmed that upgrading Node-RED does indeed fix the "node type" error that is occurring in 'node-red-contrib-web-worldmap' module of Node-RED after fresh ZTI of FTS. I used this command to upgrade to version 20 of Node-RED and then reenabled/restarted Node-RED service as a work around:

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node20

excellent news! @phreed we need to discuss how to install again the last version of NR