-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Open
Labels
libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.
Description
Version
24.14.0
Platform
Microsoft Windows NT 10.0.26200.0 arm64
Subsystem
No response
What steps will reproduce the bug?
You can easily reproduce from command line:
node -e "console.log(os.machine())"
The returned value is unknown
How often does it reproduce? Is there a required condition?
This happens always on the Windows arm64 version of Node 24.14.0
What is the expected behavior? Why is that the expected behavior?
The os.machine() should return arm64 like it does on Mac Apple Silicon
What do you see instead?
os.machine() returns unknown
Additional information
This is on the native arm64 version of node. os.arch() correctly returns arm64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.