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 This is a serious thing to look at... We the people who are using Windows 7 also have the Right to Install Nodejs. I wanted to install [React...

Windows
install

### Details While experimenting with session resumption I logged id and data appearing inside newSession and resumeSession on a https server (created with https.createServer). First I was surprised, that even...

### Details When I start the electron program, the background service test.exe is initialized. I start two test.exe asynchronously. The problem is that when I start the program for the...

### Details How to keep website data like URL and username persistent through webpage refreshing (F5)? ### Node.js version Not applicable. ### Example code _No response_ ### Operating system Windows...

### Details ive been trying to make a memory system for a login thing on the console but cant get it right ive been trying to have files be written...

node v6.10.2 Windows 10 npm install -g [email protected] (downgrade) When I run in the command prompt: npm install -g [email protected] I get error: Error: write EPROTO 101057795:error:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature:openssl\ssl\s3_clnt.c:2032 my...

### Details I am streaming a file from a server using this logic: ```javascript const hash = createHash("sha3-512"), readStream = createReadStream(data.path_source), compress = createBrotliCompress({ params: {[constants.BROTLI_PARAM_QUALITY]: data.brotli} }); readStream.pipe(compress).pipe(socket); ```...

stale

### Details Hello Everyone, I want to to transfer my Socket.IO code which is currently running on HTTPS 1.1 to HTTP2 and I am using node and express server. This...

stale

### Details At [Microsoft Visual Studio Code](https://github.com/microsoft/vscode) I reported [Saving a file in VS Code should perform proper filesystem operations which refresh that file in other apps](https://github.com/microsoft/vscode/issues/150571). - My analysis...

### Details I'm making an IMAP server in nodejs and ran into a behavior that puzzles me. Basicaly, Thunderbird sends a command (logout) to which (according to the RFC) :...