@FrostByte cool…
we try to stay in sync with electron, because there is a scenario for some modules, where
mm running
npm run server generates one binary version, need node rebuild to match current node binary
and
npm run start:…
requires a different binary , fixed with electron rebuild (which we don’t ship, but I add in the scripted install
AND when the module ships from the author, it may have a DIFFERENT binary than BOTH those choices…
(SOOOOO much fun)
anyhow, we have tried to keep from having that problem rear is head all the time…
also, starting with node 24, there are no more 32 bit nodejs pre-compiled binaries… which means it won’t run on older 32 bit (smaller memory footprint) systems…