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

### What is the problem this feature will solve? It would be nice if child_process functionality, such as `exec` and `execFile`, had Promised based versions by default. Currently it does...

feature request
never-stale

if [ -x ""/home/abuild/rpmbuild/BUILD/nodejs24-24.11.1-build/node-v24.11.1/node24"" ] && [ -e ""/home/abuild/rpmbuild/BUILD/nodejs24-24.11.1-build/node-v24.11.1/node24"" ]; then ""/home/abuild/rpmbuild/BUILD/nodejs24-24.11.1-build/node-v24.11.1/node24"" tools/doc/apilinks.mjs out/doc/apilinks.json lib/_http_agent.js lib/_http_client.js lib/_http_common.js lib/_http_incoming.js lib/_http_outgoing.js lib/_http_server.js lib/_stream_duplex.js lib/_stream_passthrough.js lib/_stream_readable.js lib/_stream_transform.js lib/_stream_wrap.js lib/_stream_writable.js lib/_tls_common.js lib/_tls_wrap.js lib/assert.js lib/async_hooks.js...

v8 engine
riscv64

- [x] Initial proposal: https://github.com/nodejs/node/issues/52219 - [x] Loaders design proposal: https://github.com/nodejs/loaders/pull/198 - [x] Initial implementation: https://github.com/nodejs/node/pull/55698 - [x] Make the internal resolution and loading paths synchronous, to reduce the chance...

module
loaders

### What is the problem this feature will solve? #### Summary Node 25.0.0 requires the libatomic library, it's [in the docs](https://github.com/nodejs/node/blob/v25.2.0/BUILDING.md#official-binary-platforms-and-toolchains) since 25.2.0. I've tried some current official Ubuntu images...

feature request
v25.x

### What is the problem this feature will solve? Currently, debugging flaky tests requires either: 1. Manually running tests repeatedly 2. Using --repeat with a fixed number of iterations 3....

feature request
stale

### Version N/A ### Platform ```text Linux tjc-ThinkPad 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem _No response_ ### What steps...

doc
build

This is only a draft and needs a significant amount of refactoring before it can be considered "ready for review". I'm opening it to gather some feedback!

c++
lib / src
needs-ci
config

## Summary - Cache frequently accessed object properties in local variables to reduce property lookup overhead - Optimizes HTTP Agent constructor and net.Socket configuration methods ## Details This PR optimizes...

http
net
needs-ci

### Version v22.11.0 ### Platform ```text Microsoft Windows NT 10.0.26100.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? ```typescript import { CompleterResult, createInterface } from...

Fixes https://github.com/nodejs/node/issues/60456 by adding new `finish` event listener after `socket.destroySoon` call only if they were not added previously on given socket.

net
needs-ci