Error reloading local server: Error: write EOF at WriteWrap.onWriteComplete [as oncomplete] (node
Hello guys,
I’m having an issue when I try to run the the command "npm run start”:
« ⎔ Starting local server...
X [ERROR] Error reloading local server: Error: write EOF
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) {
errno: -4095, code: 'EOF', syscall: 'write' } » Any idea? Thank you so much for your help 😊
errno: -4095, code: 'EOF', syscall: 'write' } » Any idea? Thank you so much for your help 😊
1 Reply
It fixed.
I uninstalled everything:
NodeJS
VSCode
Microsoft Visual Distribution
Just after, I reinstall all of them with the last version, for Node.js the last version (non-stable).
I also:
Run System File Checker
Run a DISM
Updated Windows
I'm pretty sure it was Node.js that solved the problem because at every stage I tried to run the server.
When I installed the latest version of Node.js, I checked downloading all the necessary tools for compatibility (it seems that more things were installed this time).
Have a great day everyone,
Misty