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

There is an edge case left from https://github.com/nodejs/node/pull/53114 ### Reproduce step: ```js // create dependency index.js export const a = 1; export const b = 2; export const c =...

needs-ci
test_runner

### Affected URL(s) https://nodejs.org/docs/latest/api/stream.html ### Description of the problem Hello! I have experienced a bug with docs: When I try to select a code snippet, the scrolling goes up very...

doc
feature request

Adds V8 Fast API to `fs.closeSync(fd)` implementation cc @nodejs/performance @nodejs/fs @nodejs/cpp-reviewers

c++
fs
needs-ci

Adds https://github.com/nodejs/node/issues/53598, warning about access granted to all files. Should there be a note in the docs, or should that be inlined into the warning?

process
needs-ci
permission

This is mostly useful for implementing the ACME TLS-ALPN-01 challenge by overriding the certificate from a TLS server's `ALPNCallback`.

c++
lib / src
needs-ci

Closes [https://github.com/nodejs/node/issues/53497](https://github.com/nodejs/node/issues/53497)

readline
needs-ci

This is a draft PR to unflag `--experimental-detect-module`. I’m labeling it as don’t land for all current lines unless and until we determine that this isn’t a semver-major change; it...

module
lib / src
esm
needs-ci
loaders
dont-land-on-v18.x
dont-land-on-v20.x
dont-land-on-v22.x

# πŸ“— API Reference Docs Problem - **Version**: 16.6.2 - **Platform**: Windows 10 x64 ## Location Many API sections ## Description If you open an API page and then go...

confirmed-bug
doc

### What is the problem this feature will solve? It is currently not straightforward to know if an `uncaughtException` originated from an `EventEmitter` that emitted an `error` event without any...

events
feature request
stale

Refs: #35403 Currently, the project has 2 outcomes for different `realpath` functions with empty string arguments: ```js fs.realpathSync('') // Returns CWD await util.promisify(fs.realpath)('') // Returns CWD await fs.promises.realpath('') // ENOENT...

fs
discuss