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

This is a follow-up of [dotenv support pr](https://github.com/nodejs/node/pull/48890) to track the development process, and answer some questions that require a general discussion for making the decision to implement them. Todos:...

discuss

Some linux distroes install headers through their package managers. When headers are locally installed we'd like them to be used. Add a build time configuration option --use-prefix-to-find-headers that will will...

semver-minor
build
needs-ci

`NodeRuntime.waitingForDebugger` is a new Inspector Protocol event that will fire when the process being inspected is waiting for the debugger (for example, when `inspector.waitForDebugger()` is called). This allows inspecting processes...

c++
lib / src
needs-ci

### What is the problem this feature will solve? I'm using a worker to run asynchronous tasks and block the main thread with `Atomics.wait()`. If the worker has something like...

feature request

Hi, log: https://ci.nodejs.org/job/node-test-commit-loongarch64/nodes=clfs23-64/75/console issues: https://github.com/nodejs/node/issues/51662 In common user machines, the test case can pass normally. I guess it is the machine local area network problem of "node-test-commit-loongarch64/nodes=clfs23-64". It is recommended...

test
needs-ci

Related to : [40361](https://github.com/nodejs/node/issues/40361) Colorise string type args of `console.error` and `console.warn`. We are skipping the non-string types. Tasks: - [ ] Run CITGM

console
blocked
author ready
needs-ci
needs-citgm

By default V8 only compiles the top-level function and skips code generation for inner functions - that would only be done when those inner functions are invoked. Since builtins are...

c++
lib / src
needs-ci

### Version v16.4.0 ### Platform Linux 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug? A simple http2 server, with...

http2

Fixes #51482 Also see #51483, #51517

doc
dns

### What is the problem this feature will solve? Currently, `--watch` watches an [inode](https://nodejs.org/docs/latest/api/fs.html#inodes) and not necessarily what the user might consider a "file". This can cause confusion on systems...

feature request
watch-mode