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? It is common practice to set up npm scripts for testing. E.g. ```json { "test": "node --test tests/*.js more-tests/*.js" } ```...

feature request
test_runner

### Version v18.13.0 ### Platform Linux notebook 5.15.79.1-microsoft-standard-WSL2 #1 SMP Wed Nov 23 01:01:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem http ### What steps will reproduce the bug?...

http

I'm not sure what the purpose of these `add_argument_group()` calls are that pass in an existing argument group but they are deprecated and may be removed, see the [Python documentation...

build
author ready
needs-ci

- this adds a test and documentation for work done in https://github.com/nodejs/node/pull/51915 - the public helper method was added as a convenience from patterns that emerged with Fastify and Undici

needs-ci

Refs: https://github.com/nodejs/node/issues/52017 Add API to enable CVE reverts for use in environments where the command line option cannot be used.

c++
lib / src
security
needs-ci

There was an inconsistency in the implementation of `win32.toNamespacedPath()`. It appears that the forward slash `/` wasn't consistently being converted to a backslash `\`. This PR fixes this issue by...

path
needs-ci

Fixes #51902 This PR adds a `--assert-full-diff` option to have AssertionErrors print the full diff, rather than a truncated version.

assert
c++
cli
needs-ci

Hi, I am the primary maintainer of nodejs on Gentoo linux. nodejs 22.1.0 bundles an old version of simdjson which causes it to not build with gcc-14.x. see [this bug](https://bugs.gentoo.org/931504)...

build
good first issue

Fixes: https://github.com/nodejs/node/issues/51227 Currently, I'm throwing kBootstrapError, but I'm almost sure this is not the appropriate error. In this case, should I create a new error? Technically, this is a fix...

c++
repl
needs-ci

This PR updates the hljs.css styling to use the latest styles (from the VSCode theme builtin to Highlight.js) Dark: ![image](https://github.com/nodejs/node/assets/38299977/f86f6ff2-a747-4b83-9a8d-1776c557d47c) Light: ![image](https://github.com/nodejs/node/assets/38299977/6ce6232a-0731-4186-97b5-f7d55d95e757)

doc
author ready