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? This issue is to test the water a little bit. Node supports zlib natively, which takes care of the compression /...

zlib
feature request
never-stale

I'm getting the following error when trying to run a simple npx command on Windows. I opened the issue to this repository because we are distributing `npm`, we define the...

windows
npm

> Spun off from https://github.com/nodejs/node/pull/53619#issuecomment-2196867153; I wanted to start a new issue for this as it’s arguably a separate issue from unflagging `--experimental-detect-module`. cc @cjihrig @nodejs/test_runner > Regarding the module...

test_runner

Add documentation for the `process.traceProcessWarnings` property in the process module. This property allows for programmatic control of warning trace settings in Node.js applications and was previously undocumented despite being available...

doc
process

Fix jsdoc and typescript types in lib/fs.js

fs
needs-ci
typings

Spinning from https://github.com/nodejs/node/pull/52535#issuecomment-2059390083 Currently, the built-in on-disk compilation cache can only be enabled by `NODE_COMPILE_CACHE`. It's possible for the end user to control where the `NODE_COMPILE_CACHE` is stored and so...

Hey, https://github.com/nodejs/node/pull/46678 landed adding a warning when NaN is passed to timers. I noticed a test was missing for timers/promises there (the code works on both paths) - rather than...

test
author ready
needs-ci
request-ci
commit-queue-squash
dont-land-on-v18.x
dont-land-on-v20.x
dont-land-on-v21.x
dont-land-on-v22.x

Attempt to fix: https://github.com/nodejs/node/issues/52963 There are a few places could cause the test to timeout, first of all rely on `process.exit` was probably not a great idea. Timeout was never...

test
needs-ci

Adding missing category on docs of available categories that was introduced by https://github.com/nodejs/node/pull/52213.

doc

### What is the problem this feature will solve? When multiple callers use [`Readable[Symbol.asyncIterator]`](https://github.com/nodejs/node/blob/4c3e9659ed116e610d8da8aa0b692cc8c6abb6e4/lib/internal/streams/readable.js#L1336), each caller receives a partial result. ```js import {Readable} from 'node:stream' const stream = Readable.from(['a', 'b',...

stream
feature request