-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
androidIssues and PRs related to the android platform.Issues and PRs related to the android platform.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.

Description
- Version: v14.15.4
- Platform: Linux localhost 3.18.71-perf-g7e60bff deps: update openssl to 1.0.1j #1 SMP PREEMPT Thu Feb 4 15:19:41 WIB 2021 armv7l Android
What steps will reproduce the bug?
const os = require("os");
console.log(os.cpus());
How often does it reproduce? Is there a required condition?
it happens whenever I run os.cpus()
What is the expected behavior?
it is supposed to print an Array of the CPUs of the phone.
What do you see instead?
I see an empty Array []
instead.
Additional Information
I made an web app that shows system information in the browser, it works on my pc but never worked on this device.
Metadata
Metadata
Assignees
Labels
androidIssues and PRs related to the android platform.Issues and PRs related to the android platform.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.