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

Fixes: https://github.com/nodejs/node/issues/49674 --- ```shell ➜ node /Users/himself65/Code/node/out/Debug/node -e 'import("whatever")' node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ Error: No package entry point defined for package 'file:///Users/himself65/Code/xxx/node_modules/whatever/package.json' imported from xxx/src/index.ts at legacyMainResolve...

esm
needs-ci

I’m trying to find which test failed in https://github.com/nodejs/node/actions/runs/5841030019/job/15840839276?pr=47999. There seems to be some kind of truncation issue, possibly caused by GitHub Actions or the ASAN environment rather than the...

test_runner

Cache source maps found in sources parsed with `vm.Script`, `vm.compileFunction`, and `vm.SourceTextModule`. Also, retrieve source url from V8 parsing results. Not like filenames returned by `CallSite.getFileName()` in translating stack traces,...

lib / src
needs-ci
source maps

### Version 23.3.0 ### Platform ```text Windows 10 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? When `fs.rmSync('ι€Ÿ')` files with name containing β€œι€Ÿβ€, node 23.3.0 will...

confirmed-bug
fs
windows
good first issue

This is an automated update of ngtcp2 to 1.9.1.

needs-ci
quic
dependencies

Bumps the eslint group in /tools/eslint with 4 updates: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [globals](https://github.com/sindresorhus/globals). Updates `@stylistic/eslint-plugin-js` from 2.10.1 to 2.11.0 Release notes Sourced from @​stylistic/eslint-plugin-js's releases. v2.11.0 2.11.0 (2024-11-19) Features...

tools
dependencies
javascript

After asking the @nodejs/test_runner team, there does not appear to be a particular reason these are not already included.

c++
needs-ci
lts-watch-v22.x

### Version v23.2.0 ### Platform ```text Microsoft Windows NT 10.0.19045.0 x64 ``` ### Subsystem Node.js Debugger (V8 Inspector) ### What steps will reproduce the bug? Install Node.js v23.2.0 Create a...

### Version v22.11.0 ### Platform ```text Darwin Mac.lan 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem sea ### What steps will reproduce...

snapshot
single-executable

The callback version is implemented in sync way (see https://github.com/nodejs/node/issues/56006), so its test should pass without adjustments.

fs
blocked
needs-ci