You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: listen EADDRINUSE: address already in use 127.0.0.1:54304
at Server.setupListenHandle [as _listen2] (node:net:1898:16)
at listenInCluster (node:net:1946:12)
at doListen (node:net:2116:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1925:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '127.0.0.1',
port: 54304
}
The text was updated successfully, but these errors were encountered:
Here's what ChatGPT gave me. It works well enough now, for me. I will note that since I was switching back and forth between index.html and a file in a subdirectory, index.html could not find its CSS file. In this case, I had to open index.html first, and the other file as a tab, and everything is good so far.
Synchronize Vim's Working Directory
Ensure Vim's cwd is consistent across tabs. You can achieve this by automatically syncing the working directory with the current file's directory:
ENOENT: no such file or directory, open '/home/hishantik/PracticePoject/webproject/home/hishantik/Practice Project/web project/index.html'
Bracey Error log :
Node.js v20.13.1
starting bracey with arguments:
port: 54304
web-address: 127.0.0.1
editor-address: 127.0.0.1
starting bracey with arguments:
port: 54304
web-address: 127.0.0.1
editor-address: 127.0.0.1
node:events:497
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use 127.0.0.1:54304
at Server.setupListenHandle [as _listen2] (node:net:1898:16)
at listenInCluster (node:net:1946:12)
at doListen (node:net:2116:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1925:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '127.0.0.1',
port: 54304
}
The text was updated successfully, but these errors were encountered: