Skip to content

fix(systeminformation): output right 'used node' version (from parent process)#4141

Merged
khassel merged 1 commit intoMagicMirrorOrg:developfrom
KristjanESPERANTO:nodeversion
May 6, 2026
Merged

fix(systeminformation): output right 'used node' version (from parent process)#4141
khassel merged 1 commit intoMagicMirrorOrg:developfrom
KristjanESPERANTO:nodeversion

Conversation

@KristjanESPERANTO
Copy link
Copy Markdown
Collaborator

I noticed that in the System Information output, used node and installed node were always identical when starting via Electron. That usually shouldn't be the case. After digging into it, I found that since PR #4002, used node in the subprocess effectively reported the system Node version, not the parent process (which runs in Electron) version.

This PR fixes that by passing used node from the parent process and logging it correctly.

Before:

VERSIONS: electron: 41.3.0; used node: 26.0.0; installed node: 26.0.0; ...

After:

VERSIONS: electron: 41.3.0; used node: 24.15.0; installed node: 26.0.0; ...

@khassel khassel merged commit c97d094 into MagicMirrorOrg:develop May 6, 2026
12 checks passed
@KristjanESPERANTO KristjanESPERANTO deleted the nodeversion branch May 6, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants