node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime βœ¨πŸ’πŸš€βœ¨

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

Fixes: https://github.com/nodejs/node/issues/58221

doc
cli

We should update NPM to v11 in Node.js v22 to work around this bug https://github.com/npm/cli/pull/8184. It's causing some friction with a lot of users. What are the breaking changes? According...

tsc-agenda

Hey, As some of you have noticed, the Node.js project has added a pride flag to its website in order to show solidarity with the LGBTQ+ community and its LGBTQ+...

meta

prior to these changes cpSync would copy directories using C++ logic only if the user didn't provide a filtering function to the cpSync call, the changes here make it so...

c++
fs
semver-major
blocked
needs-ci
commit-queue-squash

~~There’s still one test failing related to this PR, but with this PR we should have migrated all the tests in `/test/message` to use Node.js' built-in snapshots~~ ref #47707

test
needs-ci
review wanted

This PR contains a new test that demonstrates the issue I outlined in #54235 I really don't think there is anything wrong with Node.js - it feels to me like...

test
needs-ci

This patch ensures that fs.cpSync and copyDir handle Buffer and URL types for the src and dest arguments by normalizing them to string paths using toString() and fileURLToPath() respectively. Previously,...

fs
needs-ci

`isolate->SetJSApiWrapperNativeErrorCallback(IsNodeError)` can not be used because V8 only invokes the callback for native objects: https://github.com/nodejs/node/blob/708477bd8d68f3571b02bb311dccc3d892e447d1/deps/v8/src/builtins/builtins-error.cc#L72-L74 Setting this callback also requires embedders like electron to decide if they need to override...

needs-ci

### Version v22.13.1 ### Platform ```text Linux 4.18.0-553.54.1.el8_10.x86_64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? Encountered a deadlock in Node.js v22.13.1. The process appears to...

needs more info

# Prologue The following proposal aims to address the challenges of **seamless cross-package development** in Node.js, particularly for packages written in ESM/TypeScript. It builds on existing features like [Node.js Package...

feature request