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

Trying to build a URL by concatenating `file://` and a path will always fail as soon as the path contains some URL-significant char (e.g. `%`, `?`, `#`)

test
author ready
needs-ci
commit-queue

Changed the command used to verify with SHASUMS256.txt to another that is simpler and allows you to verify all downloads so you don't have to specify each of them one...

doc

### What is the problem this feature will solve? I use NVM for Windows. 1. I run `nvm install 23.0.0` 2. `v23.0.0` gets installed. 3. I then run `nvm use...

question

Add step to the updater script for c-ares to synchronize the list of sources in our gyp file with the lists in c-ares' Makefiles. --- This should hopefully mean less...

tools
cares
author ready
needs-ci
dependencies
commit-queue

Ref #55452 `GetPrototype` has been deprecated in favor of `GetPrototypeV2`. See https://issues.chromium.org/issues/333672197

c++
lib / src
author ready
needs-ci

This PR will fix #55437 , please have a look!

build
aix
python
author ready
needs-ci

From the source code, `readlinePromises.createInterface()` calls `new Interface()` imported from `internal/readline/interface`, which works the same as the non-promise version. If non-promise version accepts options.signal, it should also work for `readlinePromises.createInterface()`....

doc
readline

`SO_REUSEPORT` allows users bind a port to multiple sockets, and incoming connections are distributed by OS across the listener sockets. It will improve the performance of server. Refs: https://github.com/libuv/libuv/pull/4407 -...

c++
net
author ready
needs-ci

Moves the check from random places in loaders to `stripTypeScriptTypes `

module
esm
author ready
needs-ci
commit-queue

https://github.com/nodejs/node/pull/55229 was too controversial, so back to the original idea from https://github.com/nodejs/node/pull/55173. Closes https://github.com/nodejs/node/pull/55229

semver-minor
lib / src
needs-ci
commit-queue-squash