Hi,
i have a program, that collects information from two rss-feeds and prepares the data gathered for use on an digital signage player.
My problem is the remote installation of nodejs, node-red and nodes.
I could transfer the nodejs.msi and install it. When i tried to install nodered via npm i got an error
request to https://registry.npmjs.org/node-red failed.
After a lot of discussions with the customers IT-team they opened the firewall, allowing me to install node red.
The next step was to add some nodes to the palette. This fails, unfortunately not telling the url or the required port for the operation. It says something like failed to open the catalog.
So my question is: where can i find the information, which 'hole' must be punched into the firewall
or
is there a way to install some nodes (fastxml, time-scheduler aso) 'locally', which means i can transfer files to the remote machine.
All hints are welcome!