help icon indicating copy to clipboard operation
help copied to clipboard

:sparkles: Need help with Node.js? File an Issue here. :rocket:

Results 370 help issues
Sort by recently updated
recently updated
newest added

### Details I tried to use Axios with an https.Agent with pfx configuration but I get the below error message: `Error: unsupported` I checked https://github.com/axios/axios/issues/4778 and I applied the fix...

* **Node.js Version**: 12.8.0 * **OS**: Windows 10 (deployment will be on CentOS 7) * **Scope (install, code, runtime, meta, other?)**: Code? * **Module (and version) (if relevant)**: crypto I...

question

* **Node.js Version**: 12.6.0 * **OS**: Windows * **Scope (install, code, runtime, meta, other?)**: runtime, documentation Current documentation says: 1. [Accessing the main module](https://nodejs.org/dist/latest-v12.x/docs/api/modules.html#modules_accessing_the_main_module): > When a file is run...

question
ES Modules

I have this error when I try to build an addon with node-addon-api: ``` gyp info it worked if it ends with ok gyp info using [email protected] gyp info using...

Windows
needs more info

### Details I compiled node.js from source code with vcbuild.bat on windows os. no problem. then i tried to compile with visual studio 2022. no problem. I tried to run...

Windows

### Details I wanna understand how bootstrapping of nodeJS works, some details about is here https://stackoverflow.com/questions/71213900/how-require-work-under-the-hood-in-nodejs So I try to run `node --inspect-brk`, but it's probably too late, and loaders.js...

question

### Details I'm just wondering whether my understanding is right regarding the default number of thread in nodejs. ### 1. Without Network I/O 7 threads default per process. - 4...

stale

### Version 22.6.0 ### Platform ```text Linux 5.14.0-427.16.1.el9_4.x86_64 nodejs/node#1 SMP PREEMPT_DYNAMIC Wed May 8 17:48:14 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem _No response_ ### What steps will...

### Node.js Version v20 ### NPM Version v10 ### Operating System mac ### Subsystem tls ### Description In my current setup, i have implemented session resumption (using Session identifiers) to...

### Node.js Version v22.9.0 ### NPM Version v10.8.3 ### Operating System Windows ### Subsystem worker_threads ### Description Let's say I have a SharedArrayBuffer `sab`, and various threads have access to...