somehow , i can't run the flows on the customers AMD EPYC Processor machine.
How to find the problem / cause ?
( there is no internet access on that machine, so we develop it inHouse and transfering it onto the customer site ).
So reload from the web is not an Option .. at least not an easy one ....
I looks , but there is no other node for the gc information , or ?
I am not certain, but that sounds as if the nodes have been built for the wrong processor architecture. If this were not a Docker install I would say to go into the .node-red folder and run npm rebuild
which will rebuild any nodes that need building.
I don't know what the equivalent is in a Docker environment.
Yes but npm rebuild would need the machine to have internet access - which it doesn’t. So the rebuild will need to be done on a machine with the correct architecture that does has access and then transferred across.
Yes, you are right. A rebuild on an already built system works, but if the architecture has changed, so that it actually needs to do something, then it fails if the network is not connected. I wondered whether it might fall back to re-compiling but apparently not.
@YEUAM I think you will have either have to provide internet access during the rebuild, or build it on another identical system that does have access, before moving it across to the target.
verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules/gc-stats
verbose stack Error: `npm rebuild` only supports SemVer version/range specifiers
python py3-setuptools are missing , but pip is also missing.
local installation are depreciated, so python packages dont provide the setup.py script anymore.
Right now its a back and forth with the (now) customized nodered docker image.
nextup:
i will provide all the packages for a local npm install of these packages as well .
You are Right, the easiest way would be a clone with the same Hardware,
but the AMD EPYC 9174F 16-Core Processor alone would cost around 2 - 2.5k Euro.
it will take time to get the Hardware up & running.
Beside the attempt to fix the urgent problem , would be Interesting,
why the compiler things that the INTEL x64 Libs/Moduls have to be recompiled
on the AMD x64 system at the first place ...
booth are x64 architecture .. but something else may bother the compiler