node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime βœ¨πŸ’πŸš€βœ¨

Results 1539 node issues
Sort by recently updated
recently updated
newest added

### Version v25.2.1 ### Platform ```text Microsoft Windows NT 10.0.19045.0 x64 ``` ### Subsystem fs ### What steps will reproduce the bug? I'm using `fs.statfs` to obtain size information on...

windows

Fixes: https://github.com/nodejs/node/issues/58892 Calling readdir with a Buffer argument and the recursive flag produces an ERR_INVALID_ARG_TYPE error. The expected behavior would be for the readdir functions not to error and return...

fs
needs-ci

Opening as draft to test it. Nix changes will be taken to a separate PR. Triggered by https://github.com/nodejs/node/pull/60902

c++
lib / src
needs-ci

- **deps: update V8 to 14.4.258.6** - **build: reset embedder string to "-node.0"** - **src: update NODE_MODULE_VERSION to 145** - **deps: patch V8 to avoid duplicated zlib symbol** - **deps:...

build
v8 engine
needs-ci

### What is the problem this feature will solve? Reading the body out of the `http.IncomingMessage` is troublesome without any 3th party package... `Request` on the other hand has features...

http
feature request

issue:#60835 LoongArch64 CI is in a failed state (https://ci.nodejs.org/job/node-test-commit-loongarch64/nodes=clfs23-64/852) After upgrading Brotli to 1.2.0, the LoongArch64 architecture compilation fails with the error "invalid argument of β€˜model’ attribute". ``` ../deps/brotli/c/common/constants.h:196:23: error:...

needs-ci
brotli
dependencies

This PR adds support for an `xfail` directive (similar to `skip` and `todo`), whereby a user can flag a test-case as expected to fail.

needs-ci
test_runner

### Version 22.14.0 ### Platform ```text macOS Sequoia 15.1.1 ``` ### Subsystem process ### What steps will reproduce the bug? ```sh ~/Code/platformatic via  v22.14.0 on ☁️ (us-east-1) ❯ mkdir...

confirmed-bug
good first issue
process

for: https://github.com/nodejs/node/issues/49296#issuecomment-3457576883 I try a draft development for new logger api, and i try create some benchmark for pino and node:logger package

needs-ci