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

### Version v22.1.0 ### Platform macos ### Subsystem modules ### What steps will reproduce the bug? ``` $ cat left.mjs import {} from './right.mjs'; $ cat right.mjs import {} from...

loaders

This commit adds experimental module mocking to the test runner. Fixes: https://github.com/nodejs/node/issues/51164

c++
lib / src
needs-ci

Fixes: https://github.com/nodejs/node/issues/34851 ##### Before landing - [ ] Explain why this works on commit message - [ ] Add comments to the code to explain what's going on ##### Checklist...

process

### What is the problem this feature will solve? As we know, to get the actual window size, we can do: ```js process.stdout.on('resize', () => { console.log(`${process.stdout.columns}x${process.stdout.rows}`); } ``` As...

feature request
process
stalled

This update includes the addition of "runArgs" to specify Docker run arguments. Specifically, it allows the Node.js process inside the container to bind to port numbers below 1024 without requiring...

review wanted

- initiaze variable in similar way down in other constructors

c++
author ready
needs-ci
quic

### Version v22.1 ### Platform Darwin Tobiass-MBP-2.fritz.box 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64 ### Subsystem _No response_ ### What steps will reproduce the...

build
macos

Refs: https://github.com/nodejs/node/issues/52273

test
needs-ci

This addresses https://github.com/nodejs/node/issues/21723. This is functionally complete and only has a few cosmetic changes to be made hopefully, namely, choosing the the node examples to turn on in this initial...

wip
doc
tools
stalled