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 v22.13.1 ### Platform ```text Microsoft Windows NT 10.0.26100.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? Node is sometimes locking up completely. Unfortunately,...

windows
libuv

### What is the problem this feature will solve? I was suggested a few times that a test namespace would be beneficial for the test runner. It could fix issues...

feature request
test_runner
config

Enhance configuration files by adding necessary new lines and include a workspace settings file for better project management.

meta

Support `outputLength` option in crypto.hash() for XOF hash functions to align with the behaviour of `crypto.createHash()` API Fixes: https://github.com/nodejs/node/issues/57312

crypto
lib / src
needs-ci

**Is your feature request related to a problem? Please describe.** Our project [Rome](https://github.com/romefrontend/rome) has a test runner. We spawn `worker_threads` to execute tests. We attach a debugger to each of...

inspector

I am happy to nominate Giovanni Bucci (@puskin) as collaborator. He contributed multiple bigger features in assert (e.g., the initial partial deep strict equal implementation), to util (myers diff algorithm),...

meta

### Affected URL(s) https://nodejs.org/docs/latest/api/http.html#agentcreateconnectionoptions-callback ### Description of the problem In http agents, the `createConnection` function is a direct passthrough to `net.connect`, which the function signature does not take, nor call...

doc

### Affected URL(s) https://nodejs.org/docs/latest/api/http.html#httprequesturl-options-callback ### Description of the problem It appears that the implementation of `http.request` allows sending headers as an array of strings, similar to `response.writeHead`. However, this feature...

doc
good first issue

### Version 22.15.0 ### Platform ```text Darwin **** 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:23 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem _No response_ ### What steps will...

doc
good first issue
watch-mode

### What is the problem this feature will solve? Since `--experimental-typescript-support` landed there are more and more TypeScript file in the codebase (especially in the test folder). Currently those are...

good first issue
feature request
tools
strip-types