help
help copied to clipboard
:sparkles: Need help with Node.js? File an Issue here. :rocket:
### Details Anytime I run an npm command on cmd , vs code or node command prompt, node automatically pops up a new gnode.exe window for me without executing or...
### Details Hey, could you help me to understand why the first example works well but the second one returns a syntax error? The third one is clear why can...
I've tried to find something about that how node.js interact with libUV. But I didn't find anything good for explanation. Well, if we take for example node.js' stream and destroy...
### Details ```console MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [ChildProcess]. Use emitter.setMaxListeners() to increase limit ``` ### Node.js version v16.15.0 ### Example code ```js 'use...
### Details When I was writting some code I bump into incorrect as I think behaviour of nextTick queue and microtask queue. Ok, example of the code will be the...
### Details I have one query. I am generating a URL when someone enters that URL. With NodeJS, a get request route hits. With that, I am receiving the image...
* **Node.js Version**: v13.5.0 * **OS**: windosws 10 * **Scope (install, code, runtime, meta, other?)**: code, other * **Module (and version) (if relevant)**: ??? I'm implementing Passport for oauth within...
### Details I use one http2 connection and create streams with this connection. Each stream is closed by server after finishing to send response to client (process time is very...
* **Node.js Version**: v10.15.3 * **OS**: windows * **Scope (install, code, runtime, meta, other?)**: install * **Module (and version) (if relevant)**: all modules I get below error, I am on...
### Details Hi, I have been creating some custom implementations of Node's `EventEmitter` class. Do I have to wrap all its methods inside a try catch to emit the errors...