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

**Is your feature request related to a problem? Please describe.** This sounds silly as I'm the biggest cheerleader for `const` but I do run into one situation. I like to...

feature request
cli
stale

If `--max-old-space-size` is passed on the command line, it takes precedence over `resourceLimits.maxOldSpaceSizeMb` passed to the worker thread. IMO this is a bug, but seems unlikely to change(?), so let's...

doc
worker
review wanted

**Is your feature request related to a problem? Please describe.** A number of applications that could be FIPS 140-2 compliant simply can't be because the last version of NodeJS that...

openssl

This introduces some code to convert from V8's test JSON output to JUnit XML. We need this because V8's latest refactor of their test runner has made it difficult to...

build
meta
tools

### Version n/a ### Platform n/a ### Subsystem doc ### What steps will reproduce the bug? Go to the v17.7.0 docs in any section and click one of the links...

doc

Originally had this as a discussion in https://github.com/nodejs/node/discussions/43384 --- At the Austin Collaborator Summit, there was significant discussion around the need for a more well-defined startup lifecycle with a clearer...

discuss
loaders

We are working on packaging node for arm64 macs [over at conda-forge](https://github.com/conda-forge/nodejs-feedstock/pull/174) Attempting to cross-compile on mac, x86_64 -> arm64 with ``` ./configure --ninja \ --prefix=${PREFIX} \ --without-node-snapshot \ --shared...

build
macos
gyp

re discussion in https://github.com/nodejs/undici/issues/1203 cc @jasnell do not merge, just testing, this would need to be upstreamed first if we wanted to do it

lib / src
needs-ci

* **Version**: `v14.16.0` * **Platform**: `Linux fabio-XPS-15-7590 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` * **Subsystem**: `child_process` * **Distributed as**: [snap](https://snapcraft.io/node) ### What steps...

child_process
linux

### What is the problem this feature will solve? The V8 API hook (`SetAtomicsWaitCallback`) to support `--trace-atomics-wait` is fairly complex and adds maintenance burden. Further the only user of the...

feature request
never-stale