node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

This PR introduces the `--inspect-wait` flag, which allows debugger to wait for attachement. This flag is useful when you want to debug the code from the beginning. Unlike `--inspect-brk`, which...

c++
lib / src
inspector
author ready
needs-ci
commit-queue-squash

### What is the problem this feature will solve? [50588](https://github.com/nodejs/node/pull/50588) changed behavior of the `--env-file` option so Node will exit with an error if the env file does not exist....

feature request
dotenv

### What is the problem this feature will solve? https://github.com/nodejs/node/pull/50588 introduced a throw if a requested env file isn't found. When dealing with multiple environments, a .env file may sometimes...

feature request
dotenv

Refs: https://github.com/nodejs/node/issues/52575 --- **Summary**: We are dropping the `--experimental-policy` feature from Node.js.

lib / src
notable-change
experimental
deprecations
needs-ci
policy
dont-land-on-v18.x
dont-land-on-v20.x
dont-land-on-v21.x

Currently the `embedtest` does not run on Windows. One of the main reasons is that the Windows command line does not accept UTF-8 characters required by the test. In this...

windows
build
needs-ci

During the latest Node.js major release (https://github.com/nodejs/node/pull/52505) we have had to disable `test-ubsan.yml` due to failing tests on a recent V8 update (https://github.com/nodejs/node/pull/52560). I have tried to make it work,...

help wanted
meta

Node has an `kDisableNodeOptionsEnv` embedder flag that disables `NODE_OPTIONS` env to avoid injecting external code into apps, however it can be bypassed by using the `NODE_REPL_EXTERNAL_MODULE` env as reported by...

security

Needs a *Bail Out*/*Fail Fast* strategy ### What is the problem this feature will solve? Not having to sift through a jumbled up mess of stack traces as I'm cleaning...

feature request
test_runner

Fixes: #52710 This patch modifies the build config to compile the error-causing files under the `v8_enable_webassembly` condition. Signed-off-by: Daeyeon Jeong

v8 engine
tools
needs-ci

Our [docs](https://nodejs.org/api/permissions.html#guarantees) reports: > The approval of the module integrity in the policies threat model implies they are allowed to muck with and even circumvent security features once loaded, so...

security
experimental
policy
security-wg-agenda