node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

### Version v20.8.0 ### Platform Darwin Me.local 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:34 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T8103 arm64 ### Subsystem _No response_ ### What steps will reproduce the...

test_runner

### Version v21.6.1 ### Platform Windows ### Subsystem _No response_ ### What steps will reproduce the bug? ```js var test = require('node:test'); setTimeout(function(){ console.log(xxxxxxxxxx); // uncaughtException }, 100) test('bug', function(t,...

test_runner

This is very hacky at the moment. I'm trying to find out what needs to be done to enable it and where. I'm opening a PR to discuss the changes...

help wanted
zlib
build
tools

We are moving all the deprecated utils function to End Of Life

util
semver-major
notable-change
author ready
deprecations
needs-ci
needs-citgm

This is a rewrite of the task runner in C++. The benchmark speaks for themselves with a caveat of removing support for `--env-file` and related CLI flags in the task...

lib / src
needs-ci
commit-queue-squash

### What is the problem this feature will solve? Currently when generating a private key with `crypto.generatePrivateKey`, the resulting key has no Comment field. This limits its usefulness. ### What...

crypto
feature request

This PR contains changes from: [`[email protected]`](https://github.com/npm/cli/releases/tag/v10.6.0) [`[email protected]`](https://github.com/npm/cli/releases/tag/v10.7.0) This PR replaces: [nodejs/node#52691](https://github.com/nodejs/node/pull/52691) *** 10.6.0 ## [10.6.0](https://github.com/npm/cli/releases/tag/v10.6.0) (2024-04-25) ### Features * [`9123de4`](https://github.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162) [#7373](https://github.com/npm/cli/pull/7373) do all ouput over proc-log events (@lukekarrys) * [`9622597`](https://github.com/npm/cli/commit/9622597399ec93224fddf90a9209a98dbcfd6b2f)...

npm
fast-track
needs-ci

### Version 22 ### Platform Windows ### Subsystem _No response_ ### What steps will reproduce the bug? npm install command is enough to reproduce the issue. Example workflow: https://github.com/CycloneDX/cdxgen/actions/runs/8823813113/job/24236408405#step:10:18 ###...

confirmed-bug
windows
npm

### Version v18.20.2 ### Platform Microsoft Windows NT 10.0.22631.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? The following script which continually creates and closes fs...

fs
windows

### What is the problem this feature will solve? Thanks to #51977, requiring ESM is looking to be a real possibility. As such, TypeScript is considering transitioning over to ESM...

feature request
loaders