node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

### Version 21.4.0 ### Platform `Linux penguin 6.1.55-06877-gc83437f2949f #1 SMP PREEMPT_DYNAMIC Sat Dec 2 18:30:09 PST 2023 x86_64 GNU/Linux` ### Subsystem Debian 11 (chromeos flex) ### What steps will reproduce...

zlib

I'm spawning processes and using SIGSTOP/SIGCONT to suspend/resume the processes. However, I've noticed that the processes will continue living even after `'close'` having been emitted: e.g. ``` # ps -ax...

child_process

### Version 20.9.0 & 20.10.0 ### Platform Darwin foobar.local 22.6.0 Darwin Kernel Version 22.6.0: Thu Nov 2 07:43:57 PDT 2023; root:xnu-8796.141.3.701.17~6/RELEASE_ARM64_T6000 arm64 ### Subsystem _No response_ ### What steps will...

experimental
esm
loaders

### Version v20.11.0 ### Platform Linux cs-63018580108-ephemeral-4kum 6.1.58+ #1 SMP PREEMPT_DYNAMIC Sat Dec 30 15:31:26 UTC 2023 x86_64 GNU/Linux ### Subsystem internal/streams/pipeline ### What steps will reproduce the bug? ```js...

stream

### Version v20.11.1 ### Platform Microsoft Windows NT 10.0.22631.0 x64 ### Subsystem npm ### What steps will reproduce the bug? 1. Create a minimal `package.json` that specifies the following in...

esm
loaders

### Version 14.17.3 ### Platform 23.4.0 Darwin Kernel Version 23.4.0 ### Subsystem _No response_ ### What steps will reproduce the bug? ```js let buffer = Buffer.alloc(2279415336); let res = buffer.toString('utf8',...

confirmed-bug
buffer

The reason I did this is that I want to create another PR to add a fast event emitter for the common cases and the `events` file is already large...

events
needs-ci

In accordance with https://www.rfc-editor.org/rfc/rfc9112#name-message-body-length: HEAD, 1xx, 204, and 304 responses cannot contain a message body. If a connection will be kept-alive, resume the socket during parsing so that it may...

http
needs-ci

The customInspect method within the internal module node/lib/internal/webstreams/compression.js was missing a return statement, causing util.inspect to return undefined when inspecting instances of CompressionStream and DecompressionStream. This commit adds the missing...

author ready
needs-ci
web streams
commit-queue-squash

Hey, y'all 👋 with the redesign of the Node.js Website done. We're ready to move our efforts into revamping the design of the Node.js API docs and its build process....

doc