-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.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
There is no build in way to get disk space information. There are a few npm modules available:
- https://www.npmjs.com/package/diskusage (has 8 dependencies, including FFI, which is quite ridiculous, proposed reimplementation in C++: Re-implement in C++ with just NaN dependency jduncanator/node-diskusage#14)
- https://www.npmjs.com/package/diskspace (depends on an EXE file on Windows)
This is such a basic API that should be built-in.
ewindisch, gokmen, dougroutledge, coderaiser, andrecardoso and 10 moreewindisch, andrecardoso, porsager, uvbeenzaned, artemNasonov and 1 morekoplenov
Metadata
Metadata
Assignees
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.